{% extends host_template %} {% load comments i18n cyclope_utils dbgettext_tags %} {% block content %}

{{ current_object.name }}

{% include 'cyclope/content_tools_block.html' %} {% include "cyclope/author_block.html" %}
{% include 'collections/categories_navigation_block.html' %}
{% block basecontent_content %} {% endblock basecontent_content %} {% if current_object.get_last_change_date %}
{% trans "Last modification date" %}: {{ current_object.get_last_change_date }}
{% endif %} {% include 'cyclope/related_contents_block.html' %} {% include 'comments/comments_block.html' %}
{% endblock content%}