{% load i18n fb_versions cyclope_utils dbgettext_tags %} {% block wholecontent %} {% block head %}
{% if view_options.show_title %}

{{ current_object.name }}

{% endif %} {% if view_options.show_image and current_object.image %}
{{ current_object.name }}
{% endif %} {% endblock head %} {% block description %} {% if view_options.show_description and current_object.description %}
{{ current_object.description|smart_style }}
{% endif %} {% endblock description %}
{% endblock wholecontent %}