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

{{ current_page.get_title }}

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

{% trans "No organization yet" %}

{% endfor %}
{% endblock content %}