{% if url %}
{% endif %}{% for server in servers %}

{{ server.name }}

Version{{ server.stats.version }}
Connections{{ server.stats.curr_connections }}
Items{{ server.stats.curr_items }}
Megabytes Used{{ server.stats.megabytes }}
Uptime{{ server.stats.uptime }}
{% endfor %}{% if url %}

Flush all servers

{% endif %}