{% extends "djangocms_stories/base.html" %} {% load i18n easy_thumbnails_tags cms_tags %}{% spaceless %} {% block canonical_url %}{% endblock canonical_url %} {% block content_blog %}
{% for category in category_list %} {% include "djangocms_stories/includes/category_item.html" with category=category image="true" TRUNCWORDS_COUNT=TRUNCWORDS_COUNT %} {% empty %}

{% trans "No article found." %}

{% endfor %} {% if author or archive_date or tagged_entries %}

{% trans "Back" %}

{% endif %} {% if is_paginated %} {% endif %}
{% endblock %} {% endspaceless %}