{{ article.name|truncatechars:70 }}
{% endif %} {% if view_options.show_image %} {% 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 %}