{% extends "layout.html" %} {% block body %}

{{_(title)}}

{% for entry in entries %} {% if loop.index0 == (loop.length/2)|int and loop.length > 20 %}
{% endif %}
{{entry.count}}
{% endfor %}
{% endblock %}