-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgocardless_payment_form.htm
17 lines (16 loc) · 1.06 KB
/
gocardless_payment_form.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<p>
{% T Direct Debit is an instruction from you to your bank or building society. It authorises the organisation you want to pay to collect varying amounts from your account – but only if you’ve been given advanced notice of the amounts and dates of collection. %}
</p>
{% if data.Coworker.HasGoCardlessContractNumber %}
<p>
<strong>
{% T You already have a Direct Debit agreement with us. Please get in touch with us if you would like to cancel or change it. %}
</strong>
</p>
{% else %}
{% if gc_returnUrl != null %}
<a class="btn btn--primary btn--sm" href="https://{{ data.RootDomain }}/Callbacks/GoCardlessPre/{{ data.Coworker.Id }}?returnUrl={{gc_returnUrl}}"><span aria-hidden="true" class="fa fa-university"></span> {% T Set up a new Direct Debit agreement %}</a>
{% else %}
<a class="btn btn--primary btn--sm" href="https://{{ data.RootDomain }}/Callbacks/GoCardlessPre/{{ data.Coworker.Id }}"><span aria-hidden="true" class="fa fa-university"></span> {% T Set up a new Direct Debit agreement %}</a>
{% endif %}
{% endif %}