{% extends "hwam/base.html" %} {% block sub-title %}Add Hardware Asset | {% endblock %} {% block content-main %}

Add Hardware Asset

{% if form.errors %}

There were some errors.

{% endif %}
{% csrf_token %}

Basic Info

AttributeSettingDescription
Name{{ form.name }}The hardware asset's name.
Desc{{ form.desc }}A description of the hardware asset.
Org. Unit{{ form.org_unit }}The organizational unit to which this asset belongs.
Asset Owner{{ form.asset_owner }}The owner of this asset.
Asset Custodian{{ form.asset_custodian }}The person responsible for this asset.
Parent Hardware{{ form.parent_hardware }}The parent hardware of this asset.
Property ID{{ form.property_id }}This asset's company-assigned property ID.

Device Info

AttributeSettingDescription
Type{{ form.hardware_type }}The hardware type.
Device Maker{{ form.device_maker }}The manufacturer of this asset.
Device Model{{ form.device_model }}The model name or number for this asset.

Status Info

AttributeSettingDescription
Location{{ form.location }}The physical location of this asset.
Status{{ form.status }}The current status of this asset.
Date Added{{ form.date_added }}The date that this asset was added to the system.
End of Life{{ form.date_eol }}This asset's expected end of life date.
{% endblock %}