{% extends 'netbox_slm/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load view_helpers %} {% load perms %} {% block extra_controls %} {% comment %} Add Record {% endcomment %} {{ block.super }} {% endblock %} {% block content %}
Zone
Name {{ object.name }}
Versions
{% include 'inc/custom_fields_panel.html' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='plugins:netbox_slm:softwareproduct_list' %}
{% endblock %}