{% autoescape %} QR Code for {{ item.name }}

{{ item.name }}

ID Code: {{ item.id_code }}

QR Code

Description: {{ item.description }}

Category: {{ item.category_path ?: 'Uncategorized' }}

{% if item.location %}

Location: {{ item.location }}

{% endif %}
{% endautoescape %}