{# if the `custom_fields` option is used, the custom fields are available under the customFields variable, with the custom field slug as key. #} {% 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) }}