{% extends 'base.html' %} {% load render_table from django_tables2 %} {% load nb_buttons %} {% load static %} {% load helpers %} {% load custom_links %} {% load plugins %} {% block title %}{{ object }}{% endblock %} {% block header %}
{% edit_button object %} {% delete_button object %}

{{ object }}

{% endblock %} {% block content %}
Configuration Items
{% include 'nb_service/2.x/Relation/inc/relation_table.html' %}
{% endblock %}