{% import 'ChillPersonBundle:Person:macro.html.twig' as person %}

{{ 'Accompanyied people'|trans }}

{% for p in persons %} {% if (loop.index - 1) % 3 == 0 %} {% endif %} {% endfor %}
{{ person.render(p, true) }}