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

{{ current_page.get_title }}

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

{% trans "No persons" %}

{% endfor %}
{% endblock content %}