{% load sekizai_tags %} {% include 'content/cms_plugins/_modal_picture.html' %} {% for object in objects %}
{% include 'content/cms_plugins/_preference_buttons.html' %}

{{ object.content.date_content|date:"l d F Y" }}

{{ object.title }}

{% include 'content/cms_plugins/_tag_buttons.html' %}
{% if object.abstract %} {{ object.abstract|truncatewords_html:90|safe }} {% else %} {{ object.body|truncatewords_html:90|safe }} {% endif %}
{% if object.content.get_first_photo or object.content.get_first_table %}
{% if object.content.get_first_photo %} {{ object.title }} {% endif %} {% if object.content.get_first_table %} {{ object.title }} {% endif %}
{% endif %}
{% include 'content/cms_plugins/_content_footer.html' %}
{% endfor %} {% addtoblock "js" %} {% endaddtoblock "js" %} {% include "content/cms_plugins/content_paginator.html" %}