{% extends "cmsplugin_blog/cmsplugin_blog_base.html" %} {% load i18n placeholder_tags cmsplugin_blog_tags simple_translation_tags %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block left-col %} {{ block.super }}
{{ entry.pub_date|date:"d b Y" }}
{{ title }}
{{ entry|render_language_choices:request|safe }}
{% trans "No entries by" %} {{ author }}
{% endfor %} {% endblock %} {% block right-col %} {% render_author_links %} {% render_month_links %} {% render_tag_links %} {% endblock %}