{% extends "admin/base_site.html" %} {% load static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block bodyclass %}page-content-types{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %} {% if content_types %}

Select a type of page from the choices below.

{% regroup content_types by classifier as classifiers %}
{% for classifier in classifiers %}

{{ classifier.grouper|capfirst }}

{% endfor %}
{% else %}

You do not have permission to create any type of page.

{% endif %} {% endblock %}