{% if author %}{% trans "Entries by" %} {{ author.get_full_name }}{% elif archive_date %}
{% trans "Blog Archive" %} – {% if month %}{{ archive_date|date:'F' }} {% endif %}{{ year }}{% elif tagged_entries %}
{% trans "Blog Tag" %} – {{ tagged_entries|capfirst }}{% else %}
{% trans "Blog" %}{% endif %}
{% endblock %}
{% include "aldryn_blog/includes/blog_item.html" with posts=latest|posts:object_list %}
{% if author or archive_date or tagged_entries %}