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

{{ file_category_count }} File categor{{ file_category_count|pluralize:"y,ies" }}

{% if perms.osquery.add_filecategory %}

Create

{% endif %} {% if perms.osquery.change_filecategory %} {% endif %} {% for file_category in object_list %} {% if perms.osquery.change_filecategory %} {% endif %} {% endfor %}
Name
{{ file_category }} Update
{% endblock %}