Counters
{% if counters %}
Name
Count
{% for counter in counters %}
{{counter.key.name|escape}}
{{counter.count}}
{% endfor %}
{% else %} No counters yet! {% endif %}
Increment
Name: