{% extends "richie/fullwidth.html" %} {% load cms_tags i18n %} {# This is a generic page template that will list and link its child pages #} {% block content %}

{{ current_page.id }}: {{ current_page.get_title }}

{% for page in current_page.get_child_pages %} {% empty %} {% trans "This page has no child objects" %} {% endfor %}
{% endblock content %}