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

{{ pack_count }} Pack{{ pack_count|pluralize }}

{% if perms.osquery.add_pack %}

Create

{% endif %} {% if perms.osquery.change_pack %} {% endif %} {% for pack in object_list %} {% if perms.osquery.change_pack %} {% endif %} {% endfor %}
Name
{{ pack }} Update
{% endblock %}