{% extends 'base.html' %} {% block title %}Assets – IT Asset Management{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
Dell Quick Import Enter a service tag to open the asset form pre-filled:
Loading…
Full auto-fill available with a free Dell TechDirect API key
Clear
{% for a in pagination.items %} {% else %} {% endfor %}
Type Brand / Model Serial Number Service Tag Status Assigned To Warranty
{{ a.asset_type }} {{ a.brand or '' }} {{ a.model or '' }} {{ a.serial_number }} {{ a.service_tag or '—' }} {{ a.status | title }} {% if a.current_user %} {{ a.current_user.display_name }} {% else %} {% endif %} {% if a.warranty_expiry %} {{ a.warranty_expiry.strftime('%d/%m/%Y') }} {% else %}—{% endif %}
No assets found.
{% if pagination.pages > 1 %} {% endif %}
{% endblock %} {% block extra_head %} {% endblock %} {% block extra_js %} {% endblock %}