{% 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 "No entries" %}
{% endif %} {% endwith %} {% endblock %}