{% extends 'dcim/module/base.html' %} {% load helpers %} {% block content_left_page %}
Module
Module Type {{ object.module_type|hyperlinked_object }}
Installed in {% if object.parent_module_bay %} {% if object.parent_module_bay.parent_device %} {{ object.parent_module_bay.display }} {% else %} {{ object.parent_module_bay.display }} {% endif %} {% else %} {{ None|placeholder }} {% endif %}
Location {% include 'dcim/inc/location_hierarchy.html' with location=object.location %}
Status {{ object.status|hyperlinked_object_with_color }}
Role {{ object.role|hyperlinked_object_with_color }}
Serial {{ object.serial|placeholder }}
Asset Tag {{ object.asset_tag|placeholder }}
Tenant {{ object.tenant|hyperlinked_object }}
{% endblock content_left_page %} {% block javascript %} {{ block.super }} {% endblock javascript %}