{% extends "inventory/base.html" %} {% block section_title %}{{ device.name }}{% endblock %} {% block content %}
Description

{{ device.description }}

Serial Number: {{ device.serialnumber }}
Category: {{ device.category }}
Owner: {{ device.owner }}
Customer: {{ device.customer }}
Manufacturer: {{ device.manufacturer }}
Location: {{ device.location }}
Installation Date: {{ device.installation_date }}
{% endblock %}