Mercurial > sat_legacy_website
comparison templates/sat_website/membership.html @ 77:13ebb548f234
use membership instead of adhesion in English (also rename the files)
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 09 Jun 2015 14:55:09 +0200 |
parents | templates/sat_website/adhesion.html@a14845624e01 |
children | 3d04a955bec4 |
comparison
equal
deleted
inserted
replaced
76:d2ea666fb1dd | 77:13ebb548f234 |
---|---|
1 {% extends "sat_website/category.html" %} | |
2 | |
3 {% comment %} | |
4 SàT website: Salut à Toi's presentation website | |
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) | |
6 Copyright (C) 2014 Adrien Cossa (souliane@mailoo.org) | |
7 | |
8 This file is part of SàT website. | |
9 | |
10 SàT website is free software: you can redistribute it and/or modify | |
11 it under the terms of the GNU Affero General Public License as published by | |
12 the Free Software Foundation, either version 3 of the License, or | |
13 (at your option) any later version. | |
14 | |
15 Foobar is distributed in the hope that it will be useful, | |
16 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
18 GNU Affero General Public License for more details. | |
19 | |
20 You should have received a copy of the GNU Affero General Public License | |
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | |
22 {% endcomment %} | |
23 | |
24 {% load i18n %} | |
25 {% load staticfiles %} | |
26 | |
27 {% block headline %}{% trans "Join the association" %}{% endblock %} | |
28 {% block main_container %} | |
29 | |
30 <div class="row"> | |
31 <h5 class="alert alert-success">{% trans "About the association" %}</h5> | |
32 <div class="info"> | |
33 <p>{% trans "We want it to be as transparent as the software. You can read about its mission, its organisation and check the official documents." %}</p> | |
34 <p><a class="btn btn-default" href="association.html" role="button">{% trans "Association" %}</a></p> | |
35 </div> | |
36 </div> | |
37 | |
38 <div class="row"> | |
39 <h5 class="alert alert-success">{% trans "Become a member" %}</h5> | |
40 <div class="info"> | |
41 <p>{% blocktrans %}For 2015, we need about {{ asso_finance_target }} € for: | |
42 <ul> | |
43 <li>two full-time salaries based on the French minimal salary;</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> | |
46 <li>administrative help such as a lawyer or an accountant;</li> | |
47 <li>travel expenses to attend and participate in meetings;</li> | |
48 <li>hardware to develop and test the software;</li> | |
49 <li>miscellaneous extra costs such as printing.</li> | |
50 </ul> | |
51 Which makes, with an average annual contribution of 10 € per subscription, {{ asso_members_target }} members before December, 31<sup>st</sup> 2015! | |
52 {% endblocktrans %} | |
53 </p> | |
54 {% include "sat_website/finance.html" with obj="members" %} | |
55 {% include "sat_website/finance.html" %} | |
56 <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> | |
57 <p> | |
58 {% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form:" %} | |
59 </p> | |
60 <p class="text-center"> | |
61 <a class="btn btn-primary btn-lg" href="membership_form.html" role="button">{% trans "Join for free or proceed with a transfer" %}</a> | |
62 </p> | |
63 <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." %} | |
64 </p> | |
65 <p class="text-center"> | |
66 <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> | |
67 </p> | |
68 </div> | |
69 </div> | |
70 | |
71 {% endblock %} |