{% for block_item in blocks %} {% if loop.index % 2 == 0 %}
{% endif %}
{{ block_item.icon }} {{ block_item.label }} {% if block_item.editable and _u.is_admin %} {{ 'Edit' | get_lang }} {% endif %}
{{ block_item.search_form }}
{% if block_item.items is not null %}
{% endif %} {% if block_item.extra is not null %}
{{ block_item.extra }}
{% endif %} {% if block_item.extraContent %}
{{ block_item.extraContent }}
{% endif %}
{% if loop.index % 2 == 0 %}
{% endif %} {% endfor %}
{% if _u.is_admin %} {% endif %}