diff --git a/public_html/templates/campaign/dashboard.tpl b/public_html/templates/campaign/dashboard.tpl index fbe92b9..ed536dc 100644 --- a/public_html/templates/campaign/dashboard.tpl +++ b/public_html/templates/campaign/dashboard.tpl @@ -51,25 +51,29 @@
- - {%foreach method in payment-methods} - - - - - - {%/foreach} -
- {%?method[address]} - -
- -
-
+ {%if isempty|payment-methods == false} + + {%foreach method in payment-methods} + + + + + + {%/foreach} +
+ {%?method[address]} + +
+ +
+
+ {%else} +

No payment methods have been added yet.

+ {%/if}