{% extends "base.html" %} {% block content %}
| Asset | Type | Reported On | Reported By | Est. Cost | Status | Description |
|---|---|---|---|---|---|---|
| {{ r.asset.asset_tag }} - {{ r.asset.name }} | {{ r.type|title }} | {{ r.reported_on.strftime('%d-%m-%Y') if r.reported_on else '-' }} | {{ r.reported_by.full_name if r.reported_by else '-' }} | {{ "%.2f"|format(r.estimated_cost or 0) }} | {{ r.status.replace('_',' ')|title }} | {{ r.description or '-' }} |
| No loss/damage records. | ||||||