{% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %}
{% for item in object_list %} {% ifchanged %}

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

{% endifchanged %} {% ifchanged %}

{{ item.feed.title }}

{{ item.suscriber.shortname}}

{{ item.feed.name }}

{% endifchanged %}
{% if item.title %}

{{ item.title }}

{% else %}

{{ item.subscriber.name }}

{% endif %}
{{ item.content }}

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

{% ifchanged %}
{% endifchanged %} {% endfor %}