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

{% with object|get_preferred_translation_from_request:request as title %}{{ title }}{% endwith %}

{{ object.pub_date|date:"d F Y" }} {{ object|render_language_choices:request|safe }}

{% with object.placeholders|choose_placeholder:"main" as main %} {% render_placeholder main %} {% endwith %} {% endblock %} {% block right-col %} {% render_month_links %} {% render_tag_links %} {% endblock %}