{# templates/slurpit_nautobot/reconcile.html #} {% extends 'generic/object_list.html' %} {% load buttons %} {% load i18n %} {% load helpers %} {% load static %} {% load perms %} {% block title %} Reconcile {% endblock %} {% block header %}
{# Title #}
{% include "slurpit_nautobot/logo.html" %} {# Center-align title in object-edit views #}

Reconcile

{% block subtitle %}{% endblock %}
{# Controls #} {% block controls %}{% endblock controls %}
{% endblock header %} {% block content %}
{% csrf_token %} {# Object table #} {% if prerequisite_model %} {% include 'inc/missing_prerequisites.html' %} {% endif %}
{% block bulk_buttons %} {% endblock %}
{% block table %} {% include "slurpit_nautobot/table.html" %} {% endblock %}
{% endblock content %}