{% load i18n html extract %} {% if feed %}{{ feed.title }} - {% endif %}{{ site.title }} {% with site.url|hash:5 as site_key %} {# Local (client-side only) storage #} {# Remote (some host on the net) storage #} {% endwith %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %}
{# empty offset-column #}
{% 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 %} {# /.channel #} {% endif %} {% endifchanged %} {% ifchanged date_key %} {% if not forloop.first %} {# /.day #} {% endif %}
{% endifchanged %} {% ifchanged item.feed.id date_key %}

{{ item.feed.shortname }}

{% endifchanged %}

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

{{ item.content|prettyhtml|safe }}
{% spaceless %}

{% if item.author %}{% blocktrans with item.author as author %}by {{ author }} at{% endblocktrans %}{% endif %} {{ item.date_modified|date:"g:i A" }} {% if item.comments %} ({% trans "Comments" %}){% endif %}

{% if item.qtags %}

{% for tag in item.qtags %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %}

{% endif %} {% endspaceless %}
{# /.entry #} {% if forloop.last %}
{# /.channel #} {% endif %} {% if forloop.last %}
{# /.day #} {% endif %} {% endwith %} {% endwith %} {% endfor %}
{# span10 #}
{# container #}