{% extends "admin/base_site.html" %} {% load url from future %} {% 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 %}You do not have permission to create any type of page.
{% endif %} {% endblock %}