{% load unfold %}
{% for action in actions %} {% component "unfold/components/button.html" with href=action.url variant=action.variant class=action.button_class attrs=action.attrs %} {% if action.icon_name %} {{ action.icon_name }} {% endif %} {{ action.label }} {% endcomponent %} {% endfor %}