{% if not app.user %}
{% else %}
{% if app.user.profile.typ == 1 %}

{{ app.user.profile.firma|default }}

{% endif %}

{{ app.user.profile.name|default }} {{ app.user.profile.vorname|default }}

{{ app.user.profile.strasse|default }} {{ app.user.profile.strasseNr|default }}

{{ app.user.profile.plz|default }} {{ app.user.profile.ort|default }}

{{ app.user.profile.land|default }}

{% endif %} {% if app.user %}
{% endif %}

Lieferadresse