+ {% if request.event.has_subevents %}
+
+ {% bootstrap_field filter_form.subevent layout='inline' %}
+
+
+ {% bootstrap_field filter_form.date_axis layout='inline' %}
+
+ {% else %}
+
+ {% bootstrap_field filter_form.date_axis layout='inline' %}
+
+ {% endif %}
+
+ {% bootstrap_field filter_form.date_from layout='inline' %}
-
- {% bootstrap_field filter_form.date_axis layout='inline' %}
+
+ {% bootstrap_field filter_form.date_until layout='inline' %}
- {% else %}
-
- {% bootstrap_field filter_form.date_axis layout='inline' %}
-
- {% endif %}
-
- {% bootstrap_field filter_form.date_from layout='inline' %}
-
- {% bootstrap_field filter_form.date_until layout='inline' %}
-
-
-