{% extends 'admin.html.twig' %} {% block content %}
| Imię i nazwisko | {{contact.getFullName}} |
|---|---|
| {{contact.email}} | |
| Telefon | {{contact.phone}} |
| Źródło | {{contact.getSource}} |
| Opiekun | {{contact.user}} |
| Data dodania | {{contact.createdAt|date('d.m.Y')}} |
| Opis | {{contact.description}} |
| {{ contactField.clientForm.name}} | {{contactField.value}} |
| {{ product.product }} | {{ sale.expectedDate|date('d.m.Y') }} | {{ product.price|number_format(2, '.', ',') }} |
| {{ product.product }} | {{ sale.expectedDate|date('d.m.Y') }} | {{ product.price|number_format(2, '.', ',') }} |
| {{ product.product }} | {{ sale.expectedDate|date('d.m.Y') }} | {{ product.price|number_format(2, '.', ',') }} |
| {{ sale.createdAt|date('d.m.Y') }} | {{sale.description}} |
|---|