New Header Mobile, Widgets

This commit is contained in:
Kevin Adametz 2021-03-31 17:57:03 +02:00
parent bb9f64d8c8
commit ebf90ff869
16 changed files with 5969 additions and 5552 deletions

View file

@ -1,7 +1,11 @@
{# @var contact_request \AppBundle\Entity\ContactRequest
#}Neue Kontaktanfrage:
CRM: {{ crm_url }}
CRM
{{ crm_v1_url }}
{{ crm_v3_url }}
Anrede: {{ contact_request.salutation == 1 ? 'Herr' : 'Frau' }}
Vorname: {{ contact_request.firstName|default('-') }}