{% load i18n %}

{% trans "Opening hours" %}

{% for period in formset %} {% with forloop.counter0 as id %} {% include "respa_admin/common/_periods_accordion.html" with period=period id=id %} {% endwith %} {% endfor %}