| {% trans "Item" %} | {% trans "Qty" %} | {% trans "Price" %} | {% trans "Amount" %} |
|---|---|---|---|
| {{ it.name }} | {{ it.quantity }} | {{ it.price }} {{ tx.currency|currency_label }} | {{ it.amount }} {{ tx.currency|currency_label }} |
| {% trans "Total" %} | {{ tx.amount }} {{ tx.currency|currency_label }} | ||
{% trans "QR code unavailable" %}
{% endif %}