{% load i18n %} {% include "netbox_nsm/inc/rulebook_rules_table_colgroup.html" %} {% include "netbox_nsm/inc/rulebook_rules_table_thead.html" %} {% for row in rules_rows %} {% if rules_show_selection_column %} {% endif %} {% for cell in row.rules_cells %} {% endfor %} {% empty %} {% endfor %}
{{ cell.html|safe }}
— {% if rules_filter_active %} {% trans "No rules match the current filters." %} {% else %} {% trans "No rules in this rulebook." %} {% endif %} —