{% extends "admin/change_form.html" %} {% load i18n static %} {% block content %} {% if page_types %}

{% translate "Choose page type" %}

{% else %} {{ block.super }} {% endif %} {% endblock %}