Mercurial > sat_legacy_website
comparison templates/sat_website/adhesion.html @ 67:ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 26 May 2015 21:23:56 +0200 |
parents | bfa8009f0769 |
children | b39b48519820 |
comparison
equal
deleted
inserted
replaced
66:64977f537e9b | 67:ae46991a3489 |
---|---|
38 <div class="row"> | 38 <div class="row"> |
39 <h5 class="alert alert-success">{% trans "Become a member" %}</h5> | 39 <h5 class="alert alert-success">{% trans "Become a member" %}</h5> |
40 <div class="info"> | 40 <div class="info"> |
41 <p>{% blocktrans %}For 2015, we need about {{ asso_finance_target }} € for: | 41 <p>{% blocktrans %}For 2015, we need about {{ asso_finance_target }} € for: |
42 <ul> | 42 <ul> |
43 <li>two full-time pays based on the French minimal salary;</li> | 43 <li>two full-time salaries based on the French minimal salary;</li> |
44 <li>hosting this web site and the Libervia demo, registering the domain names;</li> | 44 <li>hosting this web site and the Libervia demo and registering the domain names;</li> |
45 <li>fees for the association's bank account and the online payment system (apayer.fr);</li> | 45 <li>fees for the association's bank account and the online payment system (apayer.fr);</li> |
46 <li>miscellaneous extra costs (printing...).</li> | 46 <li>miscellaneous extra costs such as printing.</li> |
47 </ul> | 47 </ul> |
48 Which makes, with an average annual contribution of 10 € per subscription, {{ asso_members_target }} members before December, 31st 2015! | 48 Which makes, with an average annual contribution of 10 € per subscription, {{ asso_members_target }} members before December, 31<sup>st</sup> 2015! |
49 {% endblocktrans %} | 49 {% endblocktrans %} |
50 </p> | 50 </p> |
51 {% include "sat_website/finance.html" %} | 51 {% include "sat_website/finance.html" %} |
52 <p>{% trans "The adhesion last exactly one year and isn't automatically renewed: you have to renew it yourself and you can change the amount of your cotisation every year." %}</p> | 52 <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> |
53 <p> | 53 <p> |
54 {% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form:" %} | 54 {% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form:" %} |
55 </p> | 55 </p> |
56 <p class="text-center"> | 56 <p class="text-center"> |
57 <a class="btn btn-primary btn-lg" href="adhesion_form" role="button">{% trans "Join for free or proceed with a transfer" %}</a> | 57 <a class="btn btn-primary btn-lg" href="adhesion_form" role="button">{% trans "Join for free or proceed with a transfer" %}</a> |
58 </p> | 58 </p> |
59 <p>{% trans "If you prefer to proceed by card, you can directly use a secure paiement service hosted by our bank. We can unfortunately not 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." %} | 59 <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." %} |
60 </p> | 60 </p> |
61 <p class="text-center"> | 61 <p class="text-center"> |
62 <a class="btn btn-primary btn-lg" href="https://www.apayer.fr/salut-a-toi" target="#" role="button">{% trans "Join and proceed by card" %}</a> | 62 <a class="btn btn-primary btn-lg" href="https://www.apayer.fr/salut-a-toi" target="#" role="button">{% trans "Join and proceed by card" %}</a> |
63 </p> | 63 </p> |
64 </div> | 64 </div> |