{% extends host_template %} {% load i18n fb_versions cyclope_utils dbgettext_tags %} {% block content %}

{{ current_object.name }}

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