{% 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' %}
{{ object.description|safe }}
{{ object.abstract|safe }}
{% include 'content/cms_plugins/_content_footer.html' %}
{% endfor %}