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

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

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

{{ item.feed.shortname }}

{% endifchanged %} {% endwith %}

{% if item.title %}{{ item.title }} {% else %}{{ item.subscriber.name }}{% endif %}

{{ item.content|safe }}
{# /.content #}

{% if item.author %}{% blocktrans with item.author as author %}by {{ author }} at{% endblocktrans %}{% endif %}{{ item.date_modified|date:"g:i A" }}{% for tag in item.qtags %}{% if forloop.first %} {% trans "under" %} {% endif %}{{ tag.name }}{% if not forloop.last %}, {% endif %}{% endfor %} {% if item.comments %}({% trans "Comments" %}) {% endif %}

{# /.entry #} {% if forloop.last %}
{# /.channel #} {% endif %} {% endfor %}
{# /#center #} {% if false %}

{% trans "Tag soup" %}

{% for tag in tagcloud %} {{ tag.tagname }} {% endfor %}

{# /#left #} {% endif %} {# /#container #}

Subfeeds:

{% for subsciber in subscribers %}

{{ subsciber.name }}

{% endfor %}