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