-{% endif %}
+
+ {% if multi_select or multi_select_as_buttons %}
+ {% if multi_select_as_buttons %}
+ {% get_multi_item_links as multi_item_links %}
+
+ {% for link in multi_item_links %}
+
+ {% endfor %}
+
+ {% else %}
+ {% with "true" as form_hide_required_text %}
+ {% get_multi_item_links_form %}
+ {% endwith %}
+
+ {% endif %}
+ {% endif %}
+
+ {% if scrollable_content %}
+
+ {% endif %}
+
{% if not hide_header %}
@@ -106,9 +130,11 @@
{% endfor %}
-{% if scrollable_content %}
-
-{% endif %}
+
+ {% if scrollable_content %}
+
+ {% endif %}
+
{% if multi_select or multi_select_as_buttons %}
{% if multi_select_as_buttons %}
{% get_multi_item_links as multi_item_links %}