{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load render_table from django_tables2 %} {% load i18n %} {% block extra_controls %} {% if perms.dcim.add_devicetype or perms.dcim.add_moduletype %} {% endif %} {% endblock extra_controls %} {% block content %}
{% trans "Manufacturer" %}
{% trans "Name" %} {{ object.name }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% include 'inc/panels/related_objects.html' %} {% include 'inc/panels/custom_fields.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}