{% extends host_template %} {% load i18n comments cyclope_utils fb_versions %} {% block content %} {% if not user.is_authenticated and not current_object.published %} {% else %}

{{ current_object.name }}

{% include 'cyclope/content_tools_block.html' %} {% include "cyclope/author_block.html" with author=current_object.author %} {% block media_content %} {% endblock %} {% block media_content_download %} {% endblock %}
{{ current_object.description|smart_style }}
{% if current_object.image %}
{% if current_object.content_url %}{% endif%} {% if current_object.content_url %}{% endif%}
{% endif %} {% 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' %}
{% with author=current_object.get_author_or_user %} {% with author_url=author.get_absolute_url %} {% if author %} {% endif %} {% endwith %} {% endwith %} {% include 'cyclope/related_contents_block.html' %} {% include 'ratings/rating_block.html' %} {% block media_comments %} {% include 'comments/comments_block.html' %} {% endblock %}
{% endif %} {% endblock content %}