<%include include_header.html%> <%-- START MAIN CONTENT --%>
<%Links::Utils::format_title($main_title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%>

Payment

<%if payment_description%>

<%payment_description%>

<%endif%> <%if payment_amount%>

Payment: <%if payment_type == 2%><%-- Recurring --%> <%Links::Payment::currency($payment_amount)%> <%if payment_term_num == 1%>per<%else%>every <%payment_term_num%><%endif%> <%payment_term_unit%> <%~else%> <%Links::Payment::currency($payment_amount)%> - <%if payment_term_num and payment_term_unit%><%payment_term_num%> <%payment_term_unit%><%else%>Lifetime<%endif%> <%~endif%>

<%~endif%> <%if payment_direct%> <%include payment_direct_include.html%> <%elsif payment_method eq 'PayPal'%> <%include payment_paypal_include.html%> <%elsif payment_method eq 'WorldPay'%> <%include payment_worldpay_include.html%> <%elsif payment_method eq '2CheckOut'%> <%include payment_2checkout_include.html%> <%elsif payment_method eq 'Manual'%> <%include payment_manual_include.html%> <%endif%> <%-- END START MAIN CONTENT --%> <%include include_footer.html%>