{% extends "cmsplugin_blog/cmsplugin_blog_base.html" %} {% load i18n cmsplugin_blog_tags simple_translation_tags %} {% block left-col %}
{{ object.pub_date|date:"d b Y" }}
{{ title }} {{ object|render_language_choices:request|safe }}
{{ title.excerpt }}
{% trans "No entries for this month" %}
{% endfor %} {% endblock %} {% block right-col %} {% render_month_links %} {% render_tag_links %} {% endblock %}