diff --git a/basicswap/templates/header.html b/basicswap/templates/header.html index 76197d7..5b811c5 100644 --- a/basicswap/templates/header.html +++ b/basicswap/templates/header.html @@ -452,8 +452,8 @@
Sent bids: {{ summary.num_sent_bids }} ({{ summary.num_sent_active_bids }} active)
-Received bids: {{ summary.num_recv_bids }} ({{ summary.num_recv_active_bids }} active)
+Sent bids: {{ sent_bids_count }} ({{ summary.num_sent_active_bids }} active)
+Received bids: {{ received_bids_count }} ({{ summary.num_recv_active_bids }} active)