{% extends "cmsplugin_blog/cmsplugin_blog_base.html" %} {% load i18n cmsplugin_blog_tags simple_translation_tags %} {% block left-col %} {{ block.super }} {% with category|get_preferred_translation_from_request:request as category_title %}

{% trans "Entries for category: " %} {{ category_title.title }}

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

{% trans "No entries" %}

{% endif %} {% endwith %} {% endblock %}