{% from "@TelnowedgePhoneProvision/Phonebook/macros/format.twig" import format %}
{% set totalPage = (total / model.properties.numberPerPage) | round(0, 'ceil') %}
{% if model.model matches '/polycomvvx(?:3|4)/' %}
{% if total == 0 %}
Pas de resultat
{% else %}
Page {{ page }}/{{ totalPage }} - Contact : {{total}}
{% endif %}
{% elseif model.model matches '/polycomvvx/' %}
{% if total == 0 %}
Pas de resultat
{% else %}
Page {{ page }}/{{ totalPage }} - Nombre de contact : {{total}}
{% endif %}
{% if page > 1 %}
{% else %}
{% endif %}
{% if page < totalPage %}
{% endif %}
{% if page > 1 %}
{% else %}
{% endif %}
{% if page < totalPage %}
{% endif %}
{% else %}
{% if total == 0 %}
Pas de resultat
{% else %}
Page {{ page }}/{{ totalPage }} - Nombre de contact : {{total}}
{% endif %}
{% endif %}