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

{{ current_object.name }}

{% include 'cyclope/content_tools_block.html' %} {% include "cyclope/author_block.html" with author=current_object.author %} {% if current_object.image %}
{% if current_object.content_url %}{% endif%} {% if current_object.content_url %}{% endif%}
{% endif %} {% block media_content %} {% endblock %} {% block media_content_download %} {% endblock %}
{{ current_object.description|smart_style }}
{% if current_object.get_last_change_date or current_object.source %}
{% if current_object.get_last_change_date %}
{% trans "Last modification date" %}: {{ current_object.get_last_change_date }}
{% endif %} {% include "cyclope/source_block.html" with source=current_object.source %}
{% endif %}
{% include 'collections/categories_navigation_block.html' %}
{% include 'cyclope/related_contents_block.html' %} {% include 'ratings/rating_block.html' %} {% block media_comments %} {% include 'comments/comments_block.html' %} {% endblock %}
{% endblock content%}