{% extends "admin/change_form.html" %} {% load i18n %} {% block extrahead %}{{ block.super }} {% endblock %} {% block form_top %}

{% trans "First, choose a template. After saving, you'll be able to provide additional content for containers." %}

{% endblock %} {% block content %} {% with 0 as save_on_top %} {{ block.super }} {% endwith %} {% endblock %}