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

{% if author_entries %} {% trans "Entries by" %} {{ author_entries }}{% elif archive_date %} {% trans "Blog Archive" %} – {% if month %}{{ archive_date|date:'M' }} {% endif %}{{ year }}{% else %} {% trans "Blog" %}{% endif %}

{% endblock %} {% include "aldryn_blog/includes/blog_item.html" with posts=latest|posts:object_list %}
{% endblock %}