Print
Close
{% for entry in items_data %} {% with item=entry.item qr_url=entry.qr_url %}
{{ item.asset_tag|default:item.name }}
{{ item.name }}
{% if item.manufacturer %}
MFR:
{{ item.manufacturer }}
{% endif %} {% if item.serial_number %}
S/N:
{{ item.serial_number }}
{% endif %} {% if item.location %}
LOC:
{{ item.location }}
{% endif %}
{% endwith %} {% endfor %}