{% extends 'generic/_base.html' %} {% load render_table from django_tables2 %} {% block title %}Manage Field Permission Plugin{% endblock title %} {% block subtitle %} Verify and enable/disable validators in NetBox configuration {% endblock subtitle %} {% block control-buttons %}
{% csrf_token %}
{% endblock %} {% block content %}
{% for app, table in tables.items %}
{{app | upper}}
{% render_table table 'inc/table.html' %}
{% endfor %}
{% endblock content %}