{% extends "aldryn_blog/base.html" %} {% load i18n aldryn_blog_tags %} {% block content_blog %}
{% block news_title %}

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

{% trans "Back" %}

{% endif %}
{% endblock %}