<%set header_title = "List Payment Methods"%> <%set header_description = "This page lists any payment methods that you have established for handling payments."%> <%include payment_header.html%> <%set font_tag = ''%> <%Links::Payment::methods%> <%-- On the list page, we only want to show methods that are already set up --%> <%set methods_listed = 0%> <%loop payment_methods%> <%unless payment_used%><%nextloop%><%endif%> <%set methods_listed = 1%>
<%include payment_methods_display_existing.html%> <%endloop%> <%unless methods_listed%>
<%font_tag%>No payment methods have been configured!
<%endunless%>