{% extends host_template %} {% load i18n cyclope_utils fb_versions %} {% block content %}
{% include 'collections/collection_info.html' %} {% for category in categories %}

{{ category.name }}

{% if category.image %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %} {% elif CYCLOPE_THEME_TYPE == 'classic' %} {% endif %} {% endif %} {% if category.description %}
{{ category.description|smart_style }}
{% endif %} {% if CYCLOPE_THEME_TYPE == 'bootstrap' %} {% trans "View contents" %} {% endif %}
{% endfor %}
{% endblock %}