{% extends CMS_TEMPLATE %} {% load i18n cms_tags %} {% block main_content_classes %}col-sm-12{% endblock %} {% block sidebar_container %}{% endblock %} {% block content %}

{% render_model request.current_page "title" %}

{% if collections %} {% for collection in collections %} {% if collection.level == 0 %}

{{collection.title}}

{% endif %} {% endfor %} {% else %}
{% trans "There are no collections yet." %}
{% endif %}
{% endblock %}