{% load i18n cyclope_utils fb_versions %} {% block content %}

icon {{ current_object.name }}

{% if current_object.image %}
{% endif %} {% if current_object.description %}
{{ current_object.description|smart_style }} {% if not current_object.skip_detail %} {% trans "More"%} {% endif %}
{% endif %} {% include "cyclope/author_block.html" with author=current_object.author %} {% block player %} {% endblock %}
{% endblock content%}