{% 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 %} {# ── Bulk-entry hint (Add mode only) ── #} {% if not asset %}
Bulk-entry mode: after saving, all hardware details are kept so you can add the next asset from the same batch by only changing the Service Tag and Asset Tag. Use Reset All to start a completely new entry.
{% endif %}
{# ── Identifiers ─────────────────────────────────────────────────── #}
Identifiers
{% if not asset %} These fields clear after each save {% endif %}
Used as both the service tag and serial number.
{# ── Classification ──────────────────────────────────────────────── #}
Classification
{# ── Technical Specs ─────────────────────────────────────────────── #}
Technical Specs
{% if not asset %}
Clears after each save
{% endif %}
{# ── Procurement ─────────────────────────────────────────────────── #}
Procurement
{% if not asset %} {% endif %} Cancel
{% endblock %} {% block extra_js %} {% if not asset %} {% endif %} {% endblock %}