{% extends "base.html" %} {% block title %}IMEI & Warranty{% endblock %} {% block content %}

📱 IMEI / Serial / Warranty / TRCSL Tracking

Use TRCSL only for telecom products. For services or non-network items, keep TRCSL as Not Required.

{% if edit_row %}Cancel{% endif %}
Sellable only
{% for d in devices %}{% else %}{% endfor %}
IMEISerialItemStatusProduct W.Battery W.TRCSLBatchLocationAction
{{ d.imei }}{{ d.serial }}{{ d.item_name }}{{ d.status }}{{ d.product_warranty_expiry }}{{ d.battery_warranty_expiry }}{{ d.trcsl_status }}{{ d.import_batch }}{{ d.location }}Edit Delete
No devices
{% endblock %}