€{{ b.price }}/mo
+ {% if price_ids.get(b.key) %}
+ {% else %}
+
Not configured
+ {% endif %}
{% endif %}
@@ -119,10 +123,14 @@
{{ cp.amount }}
credits
€{{ cp.price }}
+ {% if price_ids.get(cp.key) %}
+ {% else %}
+ Not configured
+ {% endif %}
{% endfor %}
diff --git a/padelnomics/src/padelnomics/suppliers/templates/suppliers/partials/dashboard_listing.html b/padelnomics/src/padelnomics/suppliers/templates/suppliers/partials/dashboard_listing.html
index a01ecf6..707ff83 100644
--- a/padelnomics/src/padelnomics/suppliers/templates/suppliers/partials/dashboard_listing.html
+++ b/padelnomics/src/padelnomics/suppliers/templates/suppliers/partials/dashboard_listing.html
@@ -1,5 +1,5 @@