{% extends host_template %} {% load i18n cyclope_utils fb_versions dbgettext_tags %} {% block content %} {% for categorization in categorizations %} {% alias categorization.content_object as 'article' %}
{% if newsletter.show_ToC %} {% trans "Return to Table of Contents" %} {% endif %} {% if article.pretitle %} {% trans article.pretitle %}{% endif %}

{% trans article.name %}

{{ article|parsed_gettext:"summary"|smart_style }}
{% if article.author %}
{% trans "By"%} {{ article.author }}
{% endif %}
{% if article.pictures %} {% endif %} {{ article|parsed_gettext:"text"|smart_style}}
{% endfor %} {% endblock %}