{% extends "cmsplugin_blog/cmsplugin_blog_base.html" %} {% load i18n cmsplugin_blog_tags %} {% block left-col %} {{ block.super }}

{% trans "Latest entries" %}

{% with latest as object_list %} {% if object_list %} {% include "cmsplugin_blog/entry_list_include.html" %} {% else %}

{% trans "No entries" %}

{% endif %} {% endwith %} {% endblock %} {% block right-col %} {% render_author_links %} {% render_month_links %} {% render_tag_links %} {% endblock %}