{% load i18n %} {# Always-visible assign dropdown #}
{% if first_nsm_tab %} {# Tab navigation #} {# Tab panes #}
{% for tab in nsm_tabs %} {% if tab.count %}
{{ tab.tab_label }}
{% if tab.can_assign %} {{ tab.assign_label }} {% endif %}
{# Replicate what {% htmx_table %} renders, with a dynamic URL #}
{% endif %} {% endfor %}
{% else %}
{% trans "No security objects assigned yet." %}
{% endif %}