diff --git a/templates/admin.html b/templates/admin.html
index 602d807..7ebb5ef 100644
--- a/templates/admin.html
+++ b/templates/admin.html
@@ -104,6 +104,7 @@
Comment |
Amount |
Type |
+ Payments |
@@ -118,6 +119,9 @@
{{ "Once" if str(donation.type) == "DonationType.one_time" else "Monthly" }}
{{ "(cancelled)" if not donation.active else "" }}
+
+ {{donation.payments}}
+ |
{% endfor %}