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

Reconcile

{% block subtitle %}{% endblock %}
{# Controls #} {% block controls %}{% endblock controls %}
{% endblock header %} {% block content %}
{% csrf_token %} {# Object table #} {% if request.GET.tab == 'ipam' or request.GET.tab is None %} {% endif %} {% if request.GET.tab == 'prefix' %} {% endif %} {% if prerequisite_model %} {% include 'inc/missing_prerequisites.html' %} {% endif %}
{% block bulk_buttons %} {% endblock %}
{% block table %} {% include "slurpit_nautobot/table.html" %} {% endblock %}
{% endblock content %}