{% extends 'generic/object_retrieve.html' %} {% load buttons %} {% load helpers %} {% block extra_buttons %} {% if perms.dcim.change_moduletype %}
{% endif %} {% endblock extra_buttons %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %} {% block content_left_page %}
Chassis
Manufacturer {{ object.manufacturer }}
Model Name {{ object.model }}
Family {{ object.module_family|hyperlinked_object }}
Part Number {{ object.part_number|placeholder }}
Module Instances {{ instance_count }}
{% endblock content_left_page %} {% block content_right_page %}
Comments
{% if object.comments %} {{ object.comments|render_markdown }} {% else %} None {% endif %}
{% endblock content_right_page %} {% block extra_tab_content %}
{% include 'dcim/inc/moduletype_component_table.html' with table=interface_table title='Interfaces' tab='interfaces' %}
{% include 'dcim/inc/moduletype_component_table.html' with table=front_port_table title='Front Ports' tab='frontports' %}
{% include 'dcim/inc/moduletype_component_table.html' with table=rear_port_table title='Rear Ports' tab='rearports' %}
{% include 'dcim/inc/moduletype_component_table.html' with table=consoleport_table title='Console Ports' tab='consoleports' %}
{% include 'dcim/inc/moduletype_component_table.html' with table=consoleserverport_table title='Console Server Ports' tab='consoleserverports' %}
{% include 'dcim/inc/moduletype_component_table.html' with table=powerport_table title='Power Ports' tab='powerports' %}
{% include 'dcim/inc/moduletype_component_table.html' with table=poweroutlet_table title='Power Outlets' tab='poweroutlets' %}
{% include 'dcim/inc/moduletype_component_table.html' with table=modulebay_table title='Module Bays' tab='modulebays' %}
{% endblock extra_tab_content %}