Mercurial > sat_legacy_website
annotate 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 |
rev | line source |
---|---|
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
1 {% extends "sat_website/category.html" %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
2 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
3 {% comment %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
4 SàT website: Salut à Toi's presentation website |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
6 Copyright (C) 2014 Adrien Cossa (souliane@mailoo.org) |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
7 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
8 This file is part of SàT website. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
9 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
10 SàT website is free software: you can redistribute it and/or modify |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
11 it under the terms of the GNU Affero General Public License as published by |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
12 the Free Software Foundation, either version 3 of the License, or |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
13 (at your option) any later version. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
14 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
15 Foobar is distributed in the hope that it will be useful, |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
16 but WITHOUT ANY WARRANTY; without even the implied warranty of |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
18 GNU Affero General Public License for more details. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
19 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
20 You should have received a copy of the GNU Affero General Public License |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
21 along with Foobar. If not, see <http://www.gnu.org/licenses/>. |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
22 {% endcomment %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
23 |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
24 {% load i18n %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
25 {% load staticfiles %} |
83
3d04a955bec4
add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents:
77
diff
changeset
|
26 {% get_current_language as LANGUAGE_CODE %} |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
27 |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
28 {% block headline %}{% trans "Join the association" %}{% endblock %} |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
29 {% block main_container %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
30 |
116
e138879873f1
changes to link the crowdfunding campaign (revert to be done manually after 45 days)
souliane <souliane@mailoo.org>
parents:
93
diff
changeset
|
31 <div class="row"> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
32 <h5 class="alert alert-success">{% trans "About the association" %}</h5> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
33 <div class="info"> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
34 <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> |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
35 <p><a class="btn btn-default" href="association.html" role="button">{% trans "Association" %}</a></p> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
36 </div> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
37 </div> |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
38 |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
39 <div class="row"> |
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
40 <h5 class="alert alert-success">{% trans "Become a member" %}</h5> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
41 <div class="info"> |
116
e138879873f1
changes to link the crowdfunding campaign (revert to be done manually after 45 days)
souliane <souliane@mailoo.org>
parents:
93
diff
changeset
|
42 |
e138879873f1
changes to link the crowdfunding campaign (revert to be done manually after 45 days)
souliane <souliane@mailoo.org>
parents:
93
diff
changeset
|
43 {% comment %} |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
44 <p>{% blocktrans %}For 2015, we need about {{ asso_finance_target }} € for: |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
45 <ul> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
46 <li>two full-time salaries based on the French minimal salary;</li> |
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
47 <li>hosting this web site and the Libervia demo and registering the domain names;</li> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
48 <li>fees for the association's bank account and the online payment system (apayer.fr);</li> |
69 | 49 <li>administrative help such as a lawyer or an accountant;</li> |
50 <li>travel expenses to attend and participate in meetings;</li> | |
51 <li>hardware to develop and test the software;</li> | |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
52 <li>miscellaneous extra costs such as printing.</li> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
53 </ul> |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
54 Which makes, with an average annual contribution of 10 € per subscription, {{ asso_members_target }} members before December, 31<sup>st</sup> 2015! |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
55 {% endblocktrans %} |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
56 </p> |
71
a14845624e01
display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents:
69
diff
changeset
|
57 {% include "sat_website/finance.html" with obj="members" %} |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
58 {% include "sat_website/finance.html" %} |
116
e138879873f1
changes to link the crowdfunding campaign (revert to be done manually after 45 days)
souliane <souliane@mailoo.org>
parents:
93
diff
changeset
|
59 {% endcomment %} |
e138879873f1
changes to link the crowdfunding campaign (revert to be done manually after 45 days)
souliane <souliane@mailoo.org>
parents:
93
diff
changeset
|
60 |
67
ae46991a3489
English correction (typos and improvements) by Florian and Rachelle
souliane <souliane@mailoo.org>
parents:
57
diff
changeset
|
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> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
62 <p> |
147
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
63 <a class="btn btn-default" href="membership_form.html" role="button">{% trans "Join the association" %}</a> |
55
a1e457ac6871
split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents:
53
diff
changeset
|
64 </p> |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
65 </div> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
66 </div> |
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
67 |
133
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
68 <div class="row"> |
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
69 <h5 class="alert alert-success">{% trans "Donations" %}</h5> |
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
70 <div class="info"> |
147
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
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> |
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
72 <p> |
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
73 <a class="btn btn-default" href="https://liberapay.com/salut_a_toi/" role="button">{% trans "Donation via Liberapay" %}</a> |
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
74 </p> |
133
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
75 <p> |
147
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
76 {% trans "Or you can make a transfer to the following account:" %} |
133
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
77 </p> |
147
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
78 <pre> |
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
79 {% trans "Payee:" %} Salut à Toi |
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
80 IBAN: FR76 1027 8060 4300 0207 3220 109 |
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
81 BIC: CMCIFR2A |
d0cd185f9b61
replace apayer with liberapay
souliane <souliane@mailoo.org>
parents:
133
diff
changeset
|
82 {% trans "Bank:" %} Crédit Mutuel (France)</pre> |
133
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
83 </div> |
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
84 </div> |
1bdb78a21647
adapt the website after the campaign on Arizuka finished
souliane <souliane@mailoo.org>
parents:
125
diff
changeset
|
85 |
37
c570778a7620
add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
86 {% endblock %} |