{% load buttons %} {% load i18n %} {% load helpers %} {% load static %}
{{ search_form.q }}
{# Object table controls #} {# Form buttons #}

{% csrf_token %} {# "Select all" form #}
{% csrf_token %} {# Object table #} {% if prerequisite_model %} {% include 'inc/missing_prerequisites.html' %} {% endif %}
{% block bulk_buttons %}
{% if appliance_type == 'both' or appliance_type == 'pull' %} {% if connection_status == 'connected' %} {% endif %} {% endif %}
{% endblock %} {% if bulk_edit_url and permissions.change %} {% endif %} {% if bulk_delete_url and permissions.delete %} {% endif %}
{% block table %} {% include "slurpit_nautobot/table.html" %} {% endblock %}