{% extends "ishtar/wizard/default_wizard.html" %} {% load i18n range table_form %} {% block wizard_form %}
{% csrf_token %}
{{ wizard.form.media }} {{ wizard.management_form }}
{{wizard.form.name|safe}}

Localisation

{{wizard.form.main_town|safe}}
{{wizard.form.locality|safe}}
{{wizard.form.address|safe}}
{{wizard.form.postal_code|safe}}

Surfaces

{{wizard.form.total_surface|safe}}
{{wizard.form.total_developed_surface|safe}}
{{ previous_fields|safe }}
{% if next_steps %}{% endif %}
{% endblock %}