{% load i18n %} {% block extrastyle %}{% endblock %} {% block extrahead %}{% endblock %} {{ site.title }}
{% if has_previous %}
<<
{% endif %}
Page {{ page }} of {{ pages }} ({% blocktrans count hits as posts %}{{ posts }} post{% plural %}{{ posts }} posts{% endblocktrans %})
{% if user %}
{{ user.name }}
{% endif %} {% if tag %}
{{ tag.name }}
{% endif %} {% if has_next %}
>>
{% endif %}
{% load html %} {% for item in object_list %} {% ifchanged %}
{{ item.date_modified|date:"j. F Y" }}
{% endifchanged %} {% ifchanged %}
{{ item.feed.title }}
{% else %}
{% endifchanged %}
ยป {% if item.title %}{{ item.title|safe }}{% else %}{{ item.subscriber.name }}{% endif %}

{{ item.content|prettyhtml|safe }}

{% endfor %}
{% if has_previous %}
<<
{% endif %}
Page {{ page }} of {{ pages }} ({% blocktrans count hits as posts %}{{ posts }} post{% plural %}{{ posts }} posts{% endblocktrans %})
{% if user %}
{{ user.name }}
{% endif %} {% if tag %}
{{ tag.name }}
{% endif %} {% if has_next %}
>>
{% endif %}
{% if request.user.is_authenticated %}
Admin
add Subscriber
{%endif%}