{% load i18n smart_if attachments_base fb_versions %} {% if articles %}
{% for item in articles.object_list %}

{{ item.time_create|date:"d. N Y" }}

{{ item.get_title }}

{% get_attachments item as attachments %} {% if attachments.icons %}
{% for image in attachments.icons %} {% version_object image.file image.get_size as thumbnail %} {{ image.title|default:item }} {% endfor %}
{% endif %}
{% if item.get_annotation %}

{{ item.get_annotation|truncatewords_html:30 }} celý článek »

{% else %} {{ item.get_content.content|truncatewords_html:30 }} celý článek »{% endif %}
{% if not item.get_annotation %}{% include "include/attachments_list.html" %}{% endif %}
{% endfor %}
{% endif %}