{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% block breadcrumbs %}
  • Manufacturers
  • {{ object }}
  • {% endblock %} {% block content %}
    Manufacturer
    Name {{ object.name }}
    Description {{ object.description|placeholder }}
    Device types {{ devicetypes_table.rows|length }}
    {% plugin_left_page object %}
    {% include 'inc/custom_fields_panel.html' %} {% plugin_right_page object %}
    Device Types
    {% include 'inc/table.html' with table=devicetypes_table %} {% if perms.dcim.add_devicetype %} {% endif %}
    {% include 'inc/paginator.html' with paginator=devicetypes_table.paginator page=devicetypes_table.page %} {% plugin_full_width_page object %}
    {% endblock %}