{% if not app.user %}
{% include 'main/Korb/korb_sign_in.html.twig' %} {% include 'main/Korb/korb_sign_up.html.twig' %} {% 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