{% extends "admin/change_form.html" %} {% load static %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %} {% if content_types %}
Select a type of page from the choices below.
{% regroup content_types by classifier as classifiers %}You do not have permission to create any type of page.
{% endif %} {% endblock %}