{% load i18n %}
{% for group_name, group_choices, group-index in widget.subwidgets.0.optgroups %} {% for selopt in group_choices %}
{% if selopt.value == "subevent" %} {% with widget.subwidgets.1 as widget %} {% include widget.template_name %} {% endwith %} {% elif selopt.value == "timerange" %} {% with widget.subwidgets.2 as widget %} {% include widget.template_name %} {% endwith %} {% trans "until" %} {% with widget.subwidgets.3 as widget %} {% include widget.template_name %} {% endwith %} {% endif %}
{% endfor %} {% endfor %}