{% load i18n html extract %} {% load firstof from future %} {% if feed %}{{ feed.title }} - {% endif %}{{ site.title }} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %}
{% for item in object_list %} {% with item|site_ordering_date:site as date_site %} {% with date_site|date:"Y-m-d" as date_key %} {% ifchanged item.feed.id date_key %} {% if not forloop.first %}
{# /.grid #}
{# /.channel #} {% endif %} {% endifchanged %} {% ifchanged date_key %} {% if not forloop.first %} {# /.day #} {% endif %}

{{ date_site|date:"l, F j, Y" }}

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

{{ item.feed.shortname }}

{% endifchanged %} {% if item.content %} {{ item.content|tag_pick:"//img[not(@alt='thumbnail')]||//img"|safe }} {% endif %} {% if forloop.last %}
{# /.grid #}
{# /.channel #} {% endif %} {% if forloop.last %}
{# /.day #} {% endif %} {% endwith %} {% endwith %} {% endfor %} {# /#center #} {# /#container #}

Subfeeds:

{% for subsciber in subscribers %}

{{ subsciber.name }}

{% endfor %}