comparison templates/sat_website/membership.html @ 147:d0cd185f9b61

replace apayer with liberapay
author souliane <souliane@mailoo.org>
date Tue, 17 Oct 2017 06:01:01 +0200
parents 1bdb78a21647
children
comparison
equal deleted inserted replaced
146:1ab868ec224a 147:d0cd185f9b61
58 {% include "sat_website/finance.html" %} 58 {% include "sat_website/finance.html" %}
59 {% endcomment %} 59 {% endcomment %}
60 60
61 <p>{% trans "The membership lasts exactly one year and isn't automatically renewed: you have to renew it yourself and you can change the amount of your subscription every year." %}</p> 61 <p>{% trans "The membership lasts exactly one year and isn't automatically renewed: you have to renew it yourself and you can change the amount of your subscription every year." %}</p>
62 <p> 62 <p>
63 {% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form:" %} 63 <a class="btn btn-default" href="membership_form.html" role="button">{% trans "Join the association" %}</a>
64 </p>
65 <p>
66 <a class="btn btn-default" href="membership_form.html" role="button">{% trans "Join for free or proceed with a transfer" %}</a>
67 </p>
68 <p>{% trans "If you prefer to proceed by card, you can directly use a secure payment service hosted by our bank. We unfortunately cannot pre-fill the form fields. Please enter a positive amount from those defined in the Rules of Procedure: 10, 20, 30, 50, 80 or 100." %}
69 </p>
70 <p>
71 <a class="btn btn-default" href="https://www.apayer.fr/salut-a-toi" target="#" role="button">{% trans "Join and proceed by card" %}</a>
72 </p> 64 </p>
73 </div> 65 </div>
74 </div> 66 </div>
75 67
76 <div class="row"> 68 <div class="row">
77 <h5 class="alert alert-success">{% trans "Donations" %}</h5> 69 <h5 class="alert alert-success">{% trans "Donations" %}</h5>
78 <div class="info"> 70 <div class="info">
79 <p>{% trans "If you prefer, you can also make a donation without joining the association. Your bank transfer can be made to the following account:" %}</p> 71 <p>{% trans "You can also make a donation without joining the association. We recommend using the open funding platform Liberapay to set up a weekly, monthly or yearly donation." %}</p>
80 <p> 72 <p>
81 {% trans "Payee:" %} Salut à Toi 73 <a class="btn btn-default" href="https://liberapay.com/salut_a_toi/" role="button">{% trans "Donation via Liberapay" %}</a>
82 <br/> 74 </p>
83 IBAN: FR76 1027 8060 4300 0207 3220 109
84 <br/>
85 BIC: CMCIFR2A
86 <p> 75 <p>
87 <p> 76 {% trans "Or you can make a transfer to the following account:" %}
88 {% trans "Bank:" %} Crédit Mutuel (France)
89 </p> 77 </p>
78 <pre>
79 {% trans "Payee:" %} Salut à Toi
80 IBAN: FR76 1027 8060 4300 0207 3220 109
81 BIC: CMCIFR2A
82 {% trans "Bank:" %} Crédit Mutuel (France)</pre>
90 </div> 83 </div>
91 </div> 84 </div>
92 85
93 {% endblock %} 86 {% endblock %}