{% load buttons %} {% load i18n %} {% load helpers %} {% load static %}
{# Object table controls #} {% csrf_token %} {# "Select all" form #} {% if table.paginator.num_pages > 1 %}
{% endif %}
{% csrf_token %} {# Object table #} {% if prerequisite_model %} {% include 'inc/missing_prerequisites.html' %} {% endif %}
In green is the incoming change from Slurp'it
{% block table %} {% include "slurpit_nautobot/table.html" %} {% endblock %}