{# agents/elements/select_holiday_minutes.html.twig #} {% for i in range(low=0, high=59, step=config('Granularite')) %} {% if minutes == i %} {{ "%02d"|format(i) }} {% else %} {{ "%02d"|format(i) }} {% endif %} {% endfor %}