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

{{ current_page.get_title }}

{% for page in current_page.get_child_pages %}
{{ page.get_title }}
{% empty %}

{% trans "No organization yet" %}

{% endfor %}
{% endblock content %}