{% extends 'generic/_base.html' %} {% load static %} {% load helpers %} {% block head %} {{ block.super }} {% endblock head %} {% block title %}{{ obj }}{% endblock title %} {% block content %}

{{ obj }}

Site: {{ site.name }} Level: {{ obj.level }} {% if obj.width and obj.height %} {{ obj.width }}×{{ obj.height }} {{ obj.measurement_unit }} {% endif %}
{% include 'netbox_dwg/inc/pro_tips.html' %} {% endblock content %}