{% extends "billy/base.html" %} {% load humanize %} {% load billy_utiltags %} {% block title %} Feeds {% endblock %} {% block content-nocontainer %}
{% if abbr %}

{{entry_count}} news and blog items for {{abbr|upper}}

{% endif %} {% for entry in entries %} {% include "billy/entry.html" %} {% endfor %}
{% endblock %}