{% extends "richie/fullwidth.html" %} {% load cms_tags i18n %} {% block content %}

{{ current_page.get_title }}

{% for page in current_page.get_child_pages %} {% if page.category %} {% include "courses/cms/fragment_category_glimpse.html" with category=page.category %} {% endif %} {% empty %}

{% trans "No categories" %}

{% endfor %}
{% endblock content %}