{% load i18n html %} {% if feed %}{{ feed.title }} - {% endif %}{{ site.title }} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %}
{% for item in object_list %} {% with item.date_created|date:"F j, Y" as date_key %} {% ifchanged item.feed.id date_key %} {% if not forloop.first %}
{# /.grid #}
{# /.channel #} {% endif %} {% endifchanged %} {% ifchanged date_key %}

{{ item.date_created|date:"F j, Y" }}

{% endifchanged %} {% ifchanged item.feed.id date_key %}

{{ item.feed.shortname }}

{% endifchanged %} {% endwith %} {% if item.content %} {{ item.content|tag_pick:"img"|tag_attr_add:"align=center" }} {% endif %} {% if forloop.last %}
{# /.grid #}
{# /.channel #} {% endif %} {% endfor %} {# /#center #} {# /#container #}

Subfeeds:

{% for subsciber in subscribers %}

{{ subsciber.name }}

{% endfor %}