{% extends "django_cradmin/layouts/standalone/focused.django.html" %} {% load i18n %} {% load cradmin_tags %} {% block title %}{{ pagetitle }}{% endblock title %} {% block page-cover-title %} {{ pagetitle }} {% endblock page-cover-title %} {% block content %}
{% for role in roles %}

{% cradmin_titletext_for_role role %}

{% cradmin_descriptionhtml_for_role role as descriptionhtml %} {% if descriptionhtml %}
{{ descriptionhtml }}
{% endif %}
{% endfor %}
{% include "django_cradmin/viewhelpers/includes/pager.django.html" %} {% endblock content %}