{% extends "tienda/base.html" %} {% load static %} {% block content %}
Total de recibos: {{ total_receipts }}
{% if receipts %}| Recibo # | ID Transacción | Fecha | Total | Método | Referencia |
|---|---|---|---|---|---|
| {{ receipt.id }} | {{ receipt.transaction_code|default:"-" }} | {{ receipt.created_at|date:"d/m/Y H:i" }} | {{ receipt.total }}€ | {{ receipt.get_payment_method_display }} | {{ receipt.payment_reference|default:"-" }} |