{% extends "ui/report_base.html" %} {% load url from future %} {% load icons %} {% load formats %} {% load bob %} {% block contentarea %}
Device | SN | Barcode | Monthly Cost | Components | {% for row in rows %}
{{ row.name }} | {{ row.sn }} | {{ row.barcode }} | {{ row.cost|currency }} | {% for comp in row.components %}
name: {{ comp.name }} count: {{ comp.count }} price: {{ comp.price|currency }} |
{% endfor %}