{% extends template_extends|default:'generic/object.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load perms %} {% load static %} {% load plugins %} {% block head %} {% endblock %} {% block buttons %} Cancel {% endblock buttons %} {% block tabs %} {% endblock tabs %} {% block content %}
Diagram
Name{{ object.name }}
Description{{ object.description }}
{% plugin_left_page object %} {% include 'inc/panels/tags.html' %}
Associated Objects {% if perms.netbox_diagram.add_diagramassociation %} {% endif %}
{% for obj in object.diagramassociation_set.all %} {% endfor %}
Object X Y
{{ obj.assigned_object|linkify }} {{ obj.coord_x }} {{ obj.coord_y }} {% if perms.netbox_diagram.change_diagramassociation %} {% else %} {% endif %} Toggle Dropdown
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %} {% block javascript %} {% endblock javascript %}