{% extends 'base.html' %} {% load bootstrap %} {% block content %}

{{ atc_count }} Automatic table construction{{ atc_count|pluralize }}

{% if perms.osquery.add_automatictableconstruction %}

Create

{% endif %} {% if perms.osquery.change_automatictableconstrucion %} {% endif %} {% for atc in object_list %} {% if perms.osquery.change_automatictableconstrucion %} {% endif %} {% endfor %}
Name
{{ atc }} Update
{% endblock %}