{% extends host_template %} {% load comments i18n fb_versions cyclope_utils dbgettext_tags %} {% block content %}
{% if article.pretitle %}
{% trans article.pretitle %}
{% endif %}

{% trans article.name %}

{% include 'cyclope/content_tools_block.html' %} {% if article.summary %}
{{ article|parsed_gettext:"summary"|smart_style }}
{% endif %} {% if article.pictures %} {% endif %} {% include "cyclope/author_block.html" %}
{{ article|parsed_gettext:"text"|smart_style}}
{% if article.get_last_change_date or article.source %} {% include "cyclope/source_block.html" with source=article.source %} {% if article.get_last_change_date %} {% trans "Last modification date" %}: {{ article.get_last_change_date }} {% endif %} {% endif %}
{% include 'collections/categories_navigation_block.html' %}
{% include 'cyclope/related_contents_block.html' %} {% include 'ratings/rating_block.html' %}
{% include 'comments/comments_block.html' %}
{% endblock content%}