{% if type is empty%}

Bitte wählen Sie Ihre Immobilie

Für welche Art von Immobilie möchten Sie eine Marktwertermittlung durchführen?

{% for id,types in mapping.possibleTypes %}

{{types.caption|raw}}

{% endfor %}
{% else %} {% for processid,values in mapping.process %} {% if processid == type %} {% for phasesid,phases in values.phases %} {% if phases.layout == "contact" %}

{{ phases.name }}

{{ phases.description }}

{% for fieldsid,fields in phases.fields %}
{{fields.caption}} {% if fields.requiert == 1%}*{% endif %}
{% if fields.type == "option"%}
{% elseif fields.type == "checkbox"%}
{% elseif fields.type == "number"%}
{{fields.unit}}
{% else %}
{{fields.unit}}
{% endif %}
{% endfor %} {% if captcha == "true"%}
{% endif %}
{% elseif phases.layout == "addresses" %}

{{ phases.name }}

{{ phases.description }}

{% for fieldsid,fields in phases.fields %}
{{fields.caption}} {% if fields.requiert == 1%}*{% endif %}
{% if fields.type == "option"%}
{% elseif fields.type == "checkbox"%}
{% elseif fields.type == "number"%}
{{fields.unit}}
{% else %}
{{fields.unit}}
{% endif %}
{% endfor %}
{% else %}

{{ phases.name }}

{{ phases.description }}

{% for fieldsid,fields in phases.fields %}
{{fields.caption}} {% if fields.requiert == 1%}*{% endif %}
{% if fields.type == "option"%}
{% elseif fields.type == "checkbox"%}
{% elseif fields.type == "number"%}
{{fields.unit}}
{% else %}
{{fields.unit}}
{% endif %}
{% endfor %}
{% endif %} {% endfor %} {% endif %} {% endfor %}
Report wird erstellt
* Pflichtfeld
{% endif %}