{% extends 'base.html' %} {% block title %}{{ 'Edit Asset' if asset else 'New Asset' }} – IT Asset Management{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
{% if not asset and prefill and prefill.service_tag %}
Pre-filled from Dell service tag {{ prefill.service_tag }}. Review the details below before saving.
{% endif %}
Identifiers
Classification
Technical Specs
Procurement
Cancel
{% endblock %}