17 lines
		
	
	
		
			389 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			389 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {% extends "templates/web.html" %}
 | |
| 
 | |
| {% block title %} Payment {% endblock %}
 | |
| 
 | |
| {%- block header -%}{% endblock %}
 | |
| 
 | |
| {% block script %}
 | |
| <script>{% include "templates/includes/integrations/gocardless_checkout.js" %}</script>
 | |
| {% endblock %}
 | |
| 
 | |
| {%- block page_content -%}
 | |
| <p class='lead text-center'>
 | |
| 	<span class='gocardless-loading'>{{ _("Loading Payment System") }}</span>
 | |
| </p>
 | |
| 
 | |
| {% endblock %}
 |