{% load cms_tags menu_tags staticfiles sekizai_tags cropping %} {% addtoblock "js" %} {% endaddtoblock %} {% for obj in objects %}
{% if obj.big_image %}
{{ obj.title }}
{% endif %}

{{ obj.event_date|date:"l d F Y" }}

{% if obj.link %} {{ obj.title }} {% elif obj.full_description %}
{{ obj.title }}
{% else %}
{{ obj.title }}
{% endif %} {% for category in obj.categories.all %} {% if category in categories %} {{ category.name }} {% endif %} {% endfor %}

{% autoescape off %}{{ obj.full_description|truncatewords:45 }}{% endautoescape %}

{% if obj.link %} {% ifnotequal obj.link|truncatewords:45|length obj.link|truncatewords:46|length %} Continua {% endifnotequal %} {% endif %} {% if obj.full_description %} {% ifnotequal obj.full_description|truncatewords:45|length obj.full_description|truncatewords:46|length %} Continua {% endifnotequal %} {% endif %}

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