{% 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 %} {% endif %} {% if category.description %}
{{ category.description|smart_style }}
{% endif %}
{% endfor %}
{% endblock %}