{% load i18n fb_versions dbgettext_tags cyclope_utils %}
{% if article.pretitle and not simplified_view %}
{% trans article.pretitle %}
{% endif%} {% if article.date %}
| {{ article.date|date:'SHORT_DATE_FORMAT' }}
{% endif %}
{% if CYCLOPE_THEME_TYPE == 'bootstrap' %}

{{ article.name }}

{% if not simplified_view and article.get_picture %}
{{ article.get_picture.name }}
{% endif %}
{% if article.summary %} {{ article|parsed_gettext:"summary"|smart_style }} {% else %} {{ article|parsed_gettext:"text"|smart_style|truncatewords_html:40 }} {% endif %}

{% trans "More" %} {% include "cyclope/teaser_tools_block.html" with current_object=categorization.content_object %} article icon

{% if not simplified_view %} {% include "cyclope/author_block_teaser.html" %} {% endif %} {% elif CYCLOPE_THEME_TYPE == 'classic' %}

article icon {{ article.name }}

{% if not simplified_view and article.get_picture %}
{{ article.get_picture.name }}
{% endif %}
{% if article.summary %} {{ article|parsed_gettext:"summary"|smart_style }} {% else %} {{ article|parsed_gettext:"text"|smart_style|truncatewords_html:40 }} {% endif %} {% trans "More" %}
{% endif %} {% if article.pictures and not simplified_view %}
{% endif %} {% if not simplified_view %}
{% endif %}