{% 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 %}