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

{{ current_object.name }}

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