{% extends "ui/report_base.html" %} {% load url from future %} {% load icons %} {% load formats %} {% load bob %} {% block contentarea %}
Device | SN | Barcode | Quoted price | Components | {% for row in rows %}|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ forloop.counter }}. | {{ row.device|device_icon }} {{ row.device.name }} | {{ row.device.sn }} | {{ row.device.barcode }} | {% if row.device.cached_price == 0 %}N/A{% else %}{{ row.device.cached_price|currency }}{% endif %} |
{% if row.components %}
|