{% if slot_brand %}
{{ slot_brand|safe }}
{% elif brand %}
{{ brand }}
{% endif %}
{% if slot_items %} {{ slot_items|safe }} {% else %} {% for item in items %} {% if item.icon %}{{ item.icon }}{% endif %} {{ item.label }} {% if item.badge %}{{ item.badge }}{% endif %} {% endfor %} {% endif %}
{% if slot_actions %}
{{ slot_actions|safe }}
{% endif %}