{% load sekizai_tags publieditor_content_filters %} {% include 'content/cms_plugins/_modal_picture.html' %} {% for object in objects %} {% if forloop.first %}
{% include 'content/cms_apps/_preference_buttons.html' %} {% include 'content/cms_apps/_modal_gallery.html' %}

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

{{ object.title }}

{% include 'content/cms_apps/_tag_buttons.html' %} {% if object.abstract %}
{{ object.abstract|safe }}
{% endif %}
{% if object.content.media_photos.count > 1 %} {{ object.title }} {% elif object.content.media_photos.count > 0 %} {{ object.title }} {% endif %}
{{ object.body|safe }} {% if object.content.media_tables.count > 0 %} {{ object.title }} {% endif %}
{% else %}
{% comment %} {% include 'content/cms_plugins/_preference_buttons.html' %} {% endcomment %}

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

{% comment %}

{{ object.title }}

{{ object.title }}

{% endcomment %}

{{ object.title }}

{% include 'content/cms_plugins/_publieditor_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' %}
{% endif %} {% endfor %} {% addtoblock "js" %} {% endaddtoblock "js" %} {% include "content/cms_plugins/content_paginator.html" %}