{% autoescape %} {{ trans('QR Code') }} for {{ item.name }}

{{ item.name }}

{{ trans('ID Code') }}: {{ item.id_code }}

QR Code

Description: {{ item.description }}

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

{% if item.location %}

Location: {{ item.location }}

{% endif %}
{% endautoescape %}