{% extends "ishtar/wizard/default_wizard.html" %} {% load i18n range table_form %} {% block form_detail %} {% table_field wizard.form.title %} {% table_field wizard.form.surname 1 %} {% table_field wizard.form.name 1 %} {% table_field wizard.form.raw_name %} {% table_field wizard.form.email %} {% table_field wizard.form.attached_to %}
{% trans "Identity" %}

{% trans "Phone" %}
{% trans "Phone type" %} {% trans "Number" %}
{{ wizard.form.phone_desc.errors }}{{wizard.form.phone_desc|safe}} {{ wizard.form.phone.errors }}{{wizard.form.phone|safe}}
{{ wizard.form.phone_desc2.errors }}{{wizard.form.phone_desc2|safe}} {{ wizard.form.phone2.errors }}{{wizard.form.phone2|safe}}
{{ wizard.form.phone_desc3.errors }}{{wizard.form.phone_desc3|safe}} {{ wizard.form.phone3.errors }}{{wizard.form.phone3|safe}}
{% trans "Mobile phone" %} {{ wizard.form.mobile_phone.errors }}{{wizard.form.mobile_phone|safe}}

{% table_field wizard.form.address %} {% table_field wizard.form.address_complement %} {% table_field wizard.form.postal_code %} {% table_field wizard.form.town %} {% table_field wizard.form.country %}
{% trans "Business address" %}

{% table_field wizard.form.alt_address 0 'Address' %} {% table_field wizard.form.alt_address_complement 0 'Address complement' %} {% table_field wizard.form.alt_postal_code 0 'Postal code' %} {% table_field wizard.form.alt_town 0 'Town' %} {% table_field wizard.form.alt_country 0 'Country' %}
{% trans "Other address" %}
{% endblock %}