{% load buttons %} {% load i18n %} {% load helpers %} {% load static %}
{{ search_form.q }}
{# Object table controls #} {% csrf_token %} {# "Select all" form #}
{% 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 %}