{% extends 'generic/object_children.html' %} {% load helpers %} {% load i18n %} {% load perms %} {% block subtitle %}{% endblock subtitle %} {% block object_identifier %} {% with object=start_object %} {{ block.super }} {% endwith %} {% endblock object_identifier %} {% block breadcrumbs %} {% with object=start_object %} {{ block.super }} {% endwith %} {% endblock breadcrumbs %} {% block controls %} {% if request.user|can_add:child_model %} {% include "netbox_inventory/inc/buttons/auditflow_add_object.html" %} {% endif %} {% endblock %} {% block tabs %} {% endblock tabs %} {% block table_controls %}
{% csrf_token %} {{ block.super }}
{% endblock table_controls %} {% block bulk_controls %} {% if perms.netbox_inventory.add_audittrail %} {% endif %} {{ block.super }} {% endblock bulk_controls %}