{% extends 'base.html' %} {% load buttons %} {% load helpers %} {% block content %}
{% if permissions.add %}{% add_button "plugins:nautobot_chatops:accessgrant_add" %}{% endif %}

{% block title %}Nautobot Access Grants{% endblock %}

{% include 'utilities/obj_table.html' with bulk_delete_url="plugins:nautobot_chatops:accessgrant_bulk_delete" %}
{% include 'inc/search_panel.html' %}
{% endblock %}