{% if data.search %}
{% endif %} {% for action in data.actions %} {% if action.type == 'notifications' %} {% capture action_attributes %}{% if action.attributes %}{% for attr in action.attributes %} {{ attr[0] }}="{{ attr[1] }}"{% endfor %}{% endif %}{% endcapture %} {% elsif action.type == 'account' %} {% include themes/classy/global/sections/account.html size="md" attributes=action.attributes %} {% elsif action.dropdown %} {% capture action_class %}btn {% if action.size %}btn-{{ action.size }}{% endif %} {% if action.class %}{{ action.class }}{% else %}btn-adaptive{% endif %}{% endcapture %} {% capture action_attributes %}{% if action.attributes %}{% for attr in action.attributes %} {{ attr[0] }}="{{ attr[1] }}"{% endfor %}{% endif %}{% endcapture %} {% else %} {% capture action_class %}btn {% if action.size %}btn-{{ action.size }}{% endif %} {% if action.class %}{{ action.class }}{% else %}btn-adaptive{% endif %}{% endcapture %} {% capture action_attributes %}{% if action.attributes %}{% for attr in action.attributes %} {{ attr[0] }}="{{ attr[1] }}"{% endfor %}{% endif %}{% endcapture %} {% capture action_content %} {% if action.icon %} {% uj_icon action.icon, "fa-md me-2" %} {% endif %} {{ action.label }} {% endcapture %} {% iftruthy action.href %} {{ action_content }} {% endiftruthy %} {% iffalsy action.href %} {% endiffalsy %} {% endif %} {% endfor %}