{% extends "cms/wizards/base.html" %} {% load i18n admin_urls %} {% block wizard %}

{% trans "Create" %} {{ wizard_entry.title }}

{% csrf_token %} {{ wizard.management_form }} {% if form.errors %}

{% trans "Please correct the error below." %}

{% endif %}
{% include "cms/wizards/includes/form_fields.html" %}
{% endblock %}