{% load i18n fb_versions cyclope_utils dbgettext_tags %}
{% if view_options.show_title %}

{{ article.name|truncatechars:70 }}

{% endif %} {% if view_options.show_image %}
{% if article.pictures %} {% if not view_options.show_title and not view_options.show_description %} {% else %} {% endif %} {% else %} {% endif %}
{% endif %} {% if view_options.show_description %}
{% if article.summary %} {{ article|parsed_gettext:"summary"|smart_style }} {% else %} {{ article|parsed_gettext:"text"|smart_style|truncatewords_html:40 }} {% endif %}
{% endif %}