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

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

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

{% blocktrans count form.errors|length as counter %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %}

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