{{entry_count}} news and blog items for {{abbr|upper}}
{% endif %}
{# commence pagination insanity #}
{% for entry in entries %}
{% include "billy/entry.html" %}
{% endfor %}
-
{% for tabnumber in previous %}
{% if forloop.first %}
- « {% else %}
- {{ tabnumber }} {% endif %} {% endfor %}
- {{ page }} {% for tabnumber in next_ %} {% if not forloop.last %}
- {{ tabnumber }} {% else %}
- » {% endif %} {% endfor %}