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

{{ current_page.get_title }}

{% endblock subheader_content %} {% block content %}
{% for page in current_page.get_child_pages %} {% if page.category %} {% include "courses/cms/fragment_category_glimpse.html" with category=page.category category_variant="glimpse" %} {% endif %} {% empty %}

{% trans "No categories" %}

{% endfor %}
{% endblock content %}