{% extends host_template %} {% load i18n fb_versions cyclope_utils dbgettext_tags %} {% block content %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %}
{% if current_object.image %}
{% endif %}

{{ current_object.name }}

{% if current_object.notes %}
{{ current_object.notes|smart_style }}
{% endif %} {% if current_object.origin %}
{{ current_object.origin }}
{% endif %}
{% elif CYCLOPE_THEME_TYPE == 'classic' %}

{{ current_object.name }}

{% if current_object.image %}
{% endif %} {% if current_object.origin %}
{{ current_object.origin }}
{% endif %} {% if current_object.notes %}
{{ current_object.notes|smart_style }}
{% endif %}
{% endif %} {% include "cyclope/authored_content_block.html" %} {% endblock content%}