{% load comments i18n fb_versions cyclope_utils dbgettext_tags %} {% block content %}
{% if article.pretitle %} {% trans article.pretitle %} {% endif %} {% if show_ToC %} {% trans "Return to Table of Contents" %} {% endif %}

{% trans article.name %}

{% if article.summary %}
{{ article|parsed_gettext:"summary"|smart_style }}
{% endif%} {% include "cyclope/author_block.html" %}
{% if article.pictures %} {{ article.pictures.0.name }} {% endif %}
{{ article|parsed_gettext:"text"|smart_style}}
{% endblock content%}