{% load i18n cms_tags menu_tags staticfiles sekizai_tags cropping %} {% addtoblock "js" %} {% endaddtoblock %} {% for obj in objects %}

{{ obj.publication_date }}

{% if obj.show_image %}
{% if obj.has_image %} {{ obj.title }} {% endif %}
{% endif %}

{{ obj.title }}

{% autoescape off %} {{ obj.content|truncatewords:15 }} {% ifnotequal obj.content|truncatewords:15|length obj.content|truncatewords:16|length %} {% trans 'leggi' %} {% endifnotequal %} {% endautoescape %}

{% endfor %} {% include 'bootstrap3/showcase/cms_plugins/includes/_paginator.html' %}