E-Mail {{ current_user.email }}
Vorname {{ current_user.first_name }}
Nachname {{ current_user.last_name }}
Telefon {{ current_user.phone }}
{% if current_user.company %}
Unternehmen {{ current_user.company.company_name }}
Unternehmensadresse {{ current_user.company.company_address }}
Unternehmensstadt {{ current_user.company.company_city }}
Unternehmens-Postleitzahl {{ current_user.company.company_postalcode }}
Unternehmensland {{ current_user.company.company_country }}
USt-IdNr. {{ current_user.company.company_vat }}
Unternehmenscode {{ current_user.company.company_code }}
Unternehmens-E-Mail {{ current_user.company.company_email }}
Unternehmens-Telefon {{ current_user.company.company_phone }}
Unternehmenskontakt {{ current_user.company.company_contact }}
USt anwendbar {{ current_user.company.company_vat_applicable }}
USt % {{ current_user.company.company_vat_percent }}
{% else %}
Unternehmen Keine
{% endif %}