{% extends 'base.html' %} {% block title %}Assets – IT Asset Management{% endblock %} {% block breadcrumb %}
| 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. | |||||||