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

{% 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 %}
{% 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 %}