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

{% trans current_object.name %}

{% if current_object.get_picture %} {% 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 %}