{% 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 %}
{% endblock %}
{% block extra_js %}
{% if not asset %}
{% endif %}
{% endblock %}