{% extends 'base/layout.html' %} {% load render_table from django_tables2 %} {% load nb_buttons %} {% load static %} {% load helpers %} {% load nb_helpers %} {% load custom_links %} {% load plugins %} {% block header %}
{# Breadcrumbs #} {# Object identifier #}
{% block object_identifier %} plugins.{{ object|meta:"app_label" }}.{{ object|meta:"model_name" }}:{{ object.pk }} {% if object.slug %}({{ object.slug }}){% endif %} {% endblock object_identifier %}
{{ block.super }} {% endblock %} {% block title %}{{ object }}{% endblock %} {% block controls %} {# Clone/Edit/Delete Buttons #}
{% plugin_buttons object %} {# Extra buttons #} {% clone_button object %} {% edit_button object %} {% delete_button object %}
{% endblock controls %} {% block tabs %} {% endblock %} {% block content %}
Configuration Items
{% include 'nb_service/3.x/IC/inc/ic_table.html' %}
{% endblock %} {% block modals %} {% include 'inc/htmx_modal.html' %} {% endblock modals %}