{% for contact in contacts %}
{% if forloop.counter0|divisibleby:3 %}
{% endif %}
{% endfor %}
person_pin{{contact.firstname}}
{% for number in contact.tel %}
{{number.type}} : {{number.number}}
{% endfor %}