{% 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 %}You do not have permission to create any type of page.
{% endif %} {% endblock %}