{% comment %}
Renders the row-action button list for one record of a RowActionsMixin
table. Context:
buttons: list of {"attrs": {...}, "icon": str, "name": str}
{% endcomment %}
{% for button in buttons %}
{% if button.attrs.href %}
{% else %}
{% endif %}
{% endfor %}