{% extends "generic/object.html" %} {% load render_table from django_tables2 %} {% load helpers %} {% load plugins %} {% load i18n %} {% block extra_controls %} {% if perms.netbox_drawio.change_diagram %} {% trans "Edit Diagram" %} {% endif %} {% endblock extra_controls %} {% block content %}
| {% trans "Name" %} | {{ object.name }} |
|---|---|
| {% trans "Description" %} | {{ object.description|placeholder }} |
| {% trans "Source" %} | {% if object.source_xml %} .drawio {% else %} {% trans "empty" %} {% endif %} |
| {% trans "Created" %} | {{ object.created }} |
| {% trans "Updated" %} | {{ object.last_updated }} |