{% load i18n cyclope_utils fb_versions dbgettext_tags %}
{% if article.pretitle %} {% trans article.pretitle %}{% endif %}

{% trans article.name %}

{% if article.pictures %} {% endif %}
{{ article|parsed_gettext:"summary"|smart_style }}
{% if article.author %}

{% trans "By"%} {{ article.author }}

{% endif %} {% block media_content %} {% endblock media_content %} {% if newsletter.view == "content" %} {{ article|parsed_gettext:"text"|smart_style}} {% endif %} {% if newsletter.show_ToC %}{% endif %}