{{ client.company_name or client.contact_name or client.email }}
| Description | Qty | Unit Price | Line Total |
|---|---|---|---|
| {{ item.description }} | {{ item.quantity }} | {{ item.unit_price }} | {{ item.line_total }} |
| No invoice line items found. | |||
| Method | Amount | Status | Received | Reference / TXID |
|---|---|---|---|---|
| {{ p.payment_method_label }} | {{ p.payment_amount_display }} {{ p.payment_currency }} | {{ p.payment_status }} | {{ p.received_at_local }} |
{% if p.txid %}
{{ p.txid }}
{% elif p.reference %}
{{ p.reference }}
{% else %}
-
{% endif %}
{% if p.wallet_address %} {{ p.wallet_address }}{% endif %} |