{% extends "base.html" %} {% load i18n %} {% block sidebar %} {% endblock sidebar %} {% block main %} {% if authed %} {% endif %} {% if page.subtitle %} {{ page.subtitle|safe }}{% if page.month_next %} {% endif %} {% endif %} {% if page.after %} {% if page.backtime %} {% trans "newer entries" %} {% else %} {% trans "older entries" %} {% endif %} {% endif %} {% include "stream-pure.html" %} {% if page.start %} {% if page.backtime %} {% if page.after %}{% trans "newer entries" %} |{% endif %} {% trans "older entries" %} {% else %} {% if page.after %}{% trans "older entries" %} |{% endif %} {% trans "newer entries" %} {% endif %} {% else %} {% if page.prevpage or page.nextpage %} {% if page.prevpage %}{% trans "previous page" %} |{% endif %} {% if page.nextpage %}{% trans "next page" %}{% endif %} {% endif %} {% endif %} {% endblock main %} {% block copyright %} {% include "user-copyright.html" %} {% endblock copyright %}
{{ page.subtitle|safe }}{% if page.month_next %} {% endif %}