diff --git a/Resources/views/ThirdParty/_render.html.twig b/Resources/views/ThirdParty/_render.html.twig index c73b16a59..9ed68bfb6 100644 --- a/Resources/views/ThirdParty/_render.html.twig +++ b/Resources/views/ThirdParty/_render.html.twig @@ -28,14 +28,14 @@ {% endif %} {%- if options['with_valid_from'] == true -%} - {{ 'Since %date%'|trans( { '%date%' : contact.address.validFrom|format_date('long', 'none') } ) }} + {{ 'Since %date%'|trans( { '%date%' : contact.address.validFrom|format_date('long') } ) }} {%- endif -%} {% endif %} {% if contact.email or contact.telephone is not empty %}
- {{ contact.email }} + {{ contact.email }} {{ contact.telephone|chill_format_phonenumber }}