{% load registrasion_tags %}
This invoice has been issued as a result of an application to attend (conference name).
| Description | Quantity | Price/Unit | Total | 
|---|---|---|---|
| {{ line_item.description }} | {{ line_item.quantity }} | ${{ line_item.price }} | ${{ line_item.price|multiply:line_item.quantity }} | 
| TOTAL | ${{ invoice.value }} |