+
+
+ {% if block_item.mdi_icon %}
+
{% endif %}
- {% endfor %}
-
- {% endif %}
- {% if block_item.extra is not null %}
-
- {{ block_item.extra }}
+ {{ block_item.label }}
+
- {% endif %}
- {% endset %}
- {{ display.panel(block_item.icon ~ block_item.label, block_item.search_form ~ list) }}
-
+ {% if block_item.description is defined %}
+
{{ block_item.description }}
+ {% endif %}
+
+
+ {{ block_item.search_form }}
+
+
+
+ {% if block_item.extra is not null %}
+
+ {{ block_item.extra }}
+
+ {% endif %}
+
+