{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load tz %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block extra_controls %} {% if perms.dcim.change_module %} {% endif %} {% endblock %} {% block content %}
{% trans "Module" %}
{% trans "Device" %} {{ object.device|linkify }}
{% trans "Device Type" %} {{ object.device.device_type|linkify }}
{% trans "Module Type" %} {{ object.module_type|linkify }}
{% trans "Status" %} {% badge object.get_status_display bg_color=object.get_status_color %}
{% trans "Description" %} {{ object.description|placeholder }}
{% trans "Serial Number" %} {{ object.serial|placeholder }}
{% trans "Asset Tag" %} {{ object.asset_tag|placeholder }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/comments.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 %}