{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block breadcrumbs %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Inventory Item" %}
{% trans "Device" %} {{ object.device|linkify }}
{% trans "Parent Item" %} {{ object.parent|linkify|placeholder }}
{% trans "Name" %} {{ object.name }}
{% trans "Label" %} {{ object.label|placeholder }}
{% trans "Role" %} {{ object.role|linkify|placeholder }}
{% trans "Component" %} {{ object.component|linkify|placeholder }}
{% trans "Manufacturer" %} {{ object.manufacturer|linkify|placeholder }}
{% trans "Part ID" %} {{ object.part_id|placeholder }}
{% trans "Serial" %} {{ object.serial|placeholder }}
{% trans "Asset Tag" %} {{ object.asset_tag|placeholder }}
{% trans "Description" %} {{ object.description|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_left_page object %}
{% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}