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

Logging

{% block subtitle %}{% endblock %} {# Controls #} {% block controls %}{% endblock controls %}
{% endblock header %} {% block content %}
{% block table %} {% include "slurpit_nautobot/table.html" %} {% endblock %}
{% endblock content %}