{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load tz %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block extra_controls %} {% if perms.dcim.change_module %} {% endif %} {% endblock %} {% block content %}
Module
Device {{ object.device|linkify }}
Device Type {{ object.device.device_type|linkify }}
Module Type {{ object.module_type|linkify }}
Serial Number {{ object.serial|placeholder }}
Asset Tag {{ object.asset_tag|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.html' %} {% plugin_left_page object %}
Components
Interfaces {% with component_count=object.interfaces.count %} {% if component_count %} {{ component_count }} {% else %} None {% endif %} {% endwith %}
Console Ports {% with component_count=object.consoleports.count %} {% if component_count %} {{ component_count }} {% else %} None {% endif %} {% endwith %}
Console Server Ports {% with component_count=object.consoleserverports.count %} {% if component_count %} {{ component_count }} {% else %} None {% endif %} {% endwith %}
Power Ports {% with component_count=object.powerports.count %} {% if component_count %} {{ component_count }} {% else %} None {% endif %} {% endwith %}
Power Outlets {% with component_count=object.poweroutlets.count %} {% if component_count %} {{ component_count }} {% else %} None {% endif %} {% endwith %}
Front Ports {% with component_count=object.frontports.count %} {% if component_count %} {{ component_count }} {% else %} None {% endif %} {% endwith %}
Rear Ports {% with component_count=object.rearports.count %} {% if component_count %} {{ component_count }} {% else %} None {% endif %} {% endwith %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}