{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% block extra_nav_tabs %} {% endblock extra_nav_tabs %} {% 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 %}