{% extends '@administration/base.html.twig' %} {% block title %}Kunde Details{% endblock %} {% block body %}
| Name: | {{ customer.name }} |
| E-Mail: | {{ customer.email }} |
| Firma: | {{ customer.company }} |
| Telefon: | {{ customer.phone }} |
| Adresse: | {{ customer.address|nl2br }} |
| Status: | {% if customer.status == 'active' %} Aktiv {% elseif customer.status == 'inactive' %} Inaktiv {% elseif customer.status == 'suspended' %} Gesperrt {% endif %} |
| Registriert am: | {{ customer.createdAt|date('d.m.Y H:i') }} |
Lizenzen
Rechnungen