{% extends 'dcim/moduletype/base.html' %} {% load buttons %} {% load helpers %} {% load plugins %} {% block content %}
Module Type
Manufacturer {{ object.manufacturer }}
Model Name {{ object.model }}
Part Number {{ object.part_number|placeholder }}
Instances {{ instance_count }}
{% plugin_left_page object %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}