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

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

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

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