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

Automatic Table Construction{{ atc_count|pluralize }} ({{ atc_count }})

{% if perms.osquery.add_automatictableconstruction %} {% url 'osquery:create_atc' as url %} {% button 'CREATE' url "Create new ATC" %} {% endif %}
{% if object_list %} {% if perms.osquery.change_automatictableconstrucion %} {% endif %} {% for atc in object_list %} {% if perms.osquery.change_automatictableconstrucion %} {% endif %} {% endfor %}
Name
{{ atc }} {% url 'osquery:update_atc' atc.id as url %} {% button 'UPDATE' url "Edit ATC" %}
{% else %} {% if perms.osquery.add_automatictableconstruction %} {% url 'osquery:create_atc' as link %} {% no_entities 'Automatic table constructions' link %} {% else %} {% no_entities 'Automatic table constructions' %} {% endif %} {% endif %} {% endblock %}