{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% block extra_controls %} {% if perms.dcim.add_devicetype or perms.dcim.add_moduletype %}
Name | {{ object.name }} |
---|---|
Description | {{ object.description|placeholder }} |
Device types | {{ devicetype_count }} |
Module types | {{ moduletype_count }} |
Inventory Items | {{ inventoryitem_count }} |