{% extends "aldryn_news/base.html" %} {% load i18n %} {% load url from future %} {% block content_news %}
{% block news_title %}

{% if archive_date %} {% trans "News Archive" %} – {% if month %}{{ archive_date|date:"F" }} {% endif %}{{ year }}{% elif tagged_entries %} {% trans "News Tag" %} – {{ tagged_entries|capfirst }}{% else %} {% trans "News" %}{% endif %}

{% endblock %} {% include "aldryn_news/includes/news_items.html" with news=object_list image="true" %} {% if author or archive_date or tagged_entries %}

{% trans "Back" %}

{% endif %} {{ tagged_pks }}
{% endblock %}