{% load i18n cyclope_utils fb_versions dbgettext_tags %} {% block content %}
{{ current_object.creation_date|date:'SHORT_DATE_FORMAT' }}

{% if CYCLOPE_THEME_TYPE == 'classic' %}icon{% endif %} {{ current_object.name }}

{% if current_object.image %}
{% endif %} {% if current_object.description %}
{{ current_object.description|smart_style }} {% block player %} {% endblock player %}
{% endif %} {% include "cyclope/author_block_teaser.html" with author=current_object.author %}

{% trans "More" %} {% include "cyclope/teaser_tools_block.html" with current_object=categorization.content_object %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %}icon{% endif %}

{% endblock content%}