{% if model.model matches '/polycomvvx/' %} {{ contacts[0].sns[0] }}
{% if contacts[0].sns|length == 1 %} {% else %} {% for x in contacts[0].sns %} {% if loop.first %} {% endif %} {% endfor %} {% endif %} {% for x in contacts[0].givenNames %} {% if loop.first %} {% endif %} {% endfor %} {% if contacts[0].displayName is not empty %} {% endif %} {% for item in contacts %} {% if loop.first %} {% endif %} {% endfor %}
Nom {{ contacts[0].sns[0] }}
Nom{{ x }}
Prénom{{ x }}
Nom d'usage {{ contacts[0].displayName }}
Numéros{{ item.number is defined ? item.number : '' }}
Compagnie {{ userProvision.service.company.name }}
Service {{ userProvision.service.name }}
{% else %} {{ contacts[0].sns[0] }} {% if contacts[0].sns|length == 1 %} {% else %} {% for x in contacts[0].sns %} {% if loop.first %} {% else %} {% endif %} {% endfor %} {% endif %} {% for x in contacts[0].givenNames %} {% if loop.first %} {% else %} {% endif %} {% endfor %} {% if contacts[0].displayName is not empty %} {% endif %} {% for item in contacts %} {% if loop.first %} {% else %} {% endif %} {% endfor %}
Nom {{ contacts[0].sns[0] }}
Nom{{ x }}
Prénom{{ x }}
Nom d'usage {{ contacts[0].displayName }}
Numéros{{ item.number is defined ? item.number : '' }}
Compagnie {{ userProvision.service.company.name }}
Service {{ userProvision.service.name }}
{% endif %}