{% 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 %} {% endif %} {% endblock extra_controls %} {% block content %}
Manufacturer
Name {{ object.name }}
Description {{ object.description|placeholder }}
Device types {{ devicetype_count }}
Module types {{ moduletype_count }}
Inventory Items {{ inventoryitem_count }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/contacts.html' %} {% plugin_right_page object %}
Device Types
{% plugin_full_width_page object %}
{% endblock %}