{% load conjunto_tables %} {% comment %} Header-action buttons partial for TableListView. Context variables: - header_actions: list of conjunto.tables.HeaderAction instances (already filtered by is_allowed() and sorted by weight). {% endcomment %} {% if header_actions %}
{% for action in header_actions %} {% header_action_attrs action as attrs %} {% if attrs.href %} {{ action.label }} {% else %} {% endif %} {% endfor %}
{% endif %}