annotate templates/sat_website/adhesion.html @ 40:dfe7139dae0a

add links to the statutes and rules of the association in the adhesion form
author souliane <souliane@mailoo.org>
date Tue, 03 Feb 2015 15:14:42 +0100
parents c570778a7620
children 84c2e20d3de1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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)
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
6
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
7 This file is part of SàT website.
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
8
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
9 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
10 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
11 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
12 (at your option) any later version.
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
13
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
14 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
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
17 GNU Affero General Public License for more details.
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
18
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
19 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
20 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
21 {% endcomment %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
22
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
23 {% load i18n %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
24 {% load staticfiles %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
25
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
26 {% block headline %}{% trans "Salut à Toi's association" %}{% endblock %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
27 {% block subtext %}{% trans "The legal structure supporting the project." %}{% endblock %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
28 {% block main_container %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
29
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
30 <div class="row">
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
31 <h5 class="alert alert-success">{% trans "Mission" %}</h5>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
32 <div class="info">
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
33 <p>{% blocktrans %}The Salut à Toi association has been created in june 2014 and is responsible for developing, promoting and financing the software. The association is non-profit, self-managed and open for everybody to join. The managing instance is a college which is today composed by the two main developers: Jérôme who started this as a personal project in 2009 and Adrien who joined him in 2013.{% endblocktrans %}</p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
34 </div>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
35 <h5 class="alert alert-success">{% trans "Financing the software" %}</h5>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
36 <div class="info">
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
37 <p>{% blocktrans %}We have been working full time on Salut à Toi for a while and we plan to keep on doing it. We are now trying to raise enough money to see if we could let the association hire us (we made apropriate research about that and we know that the 1901 French law makes it possible). Our financial model is very simple: the software should always be free, we are totally against advertisement and we believe in mutual help. We are confident that the people who enjoy what we do will be numerous enough and happy to support us, via joining the association and paying a cotisation.{% endblocktrans %}</p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
38 <p>{% blocktrans %}Because the money should not operate any separation between us, the people who can not or who do not want to participate financially can still join the association for free and as a moral support. The French law doesn't allow the member to decide the amount of his cotisation, so we had to fix several amounts in the Rules of Procedure: 0, 10, 20, 30, 50, 80 or 100. If you want to raise over 100 €, it is possible to do it as a donation (which is not the same as a cotisation). In that case, please contact us. Because we want to stay 100% indepedent and autonomous, we won't allow any company to hi-jack the project and we will never add any donator's logo to the website.{% endblocktrans %}</p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
39 <p>{% blocktrans %}For 2015, we roughly need {{ asso_finance_target }} € for:
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
40 <ul>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
41 <li>two full-time pays based on the French minimal salary;</li>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
42 <li>hosting this web site and the Libervia demo, registering the domain names;</li>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
43 <li>fees for the association's bank account;</li>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
44 <li>miscellaneous extra costs (printing...).</li>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
45 </ul>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
46 Which makes, with an average annual contribution of 10 € per subscription, {{ asso_members_target }} members before July, 31st 2015!
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
47 {% endblocktrans %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
48 </p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
49 {% include "sat_website/finance.html" %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
50 <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>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
51 <p>{% trans "By clicking the button below, you will be redirected to a secure paiement service hosted by our bank (Crédit Mutuel - CIC Paiement). 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." %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
52 </p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
53 <p class="text-center">
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
54 <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>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
55 </p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
56 <p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
57 {% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form instead." %}
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
58 </p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
59 <p class="text-center">
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
60 <a class="btn btn-primary btn-lg" href="adhesion_form" role="button">{% trans "Join for free or proceed with a transfer" %}</a>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
61 </p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
62 </div>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
63 <h5 class="alert alert-success">{% trans "Official documents" %}</h5>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
64 <div class="info">
40
dfe7139dae0a add links to the statutes and rules of the association in the adhesion form
souliane <souliane@mailoo.org>
parents: 37
diff changeset
65 <p><a target="#" href="{{ asso_url_statutes }}">{% trans "Statutes of the association" %}</a> (fr)</p>
dfe7139dae0a add links to the statutes and rules of the association in the adhesion form
souliane <souliane@mailoo.org>
parents: 37
diff changeset
66 <p><a target="#" href="{{ asso_url_rules }}">{% trans "Rules of the association" %}</a> (fr)</p>
37
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
67 <p><a target="#" href="http://repos.goffi.org/sat_docs/file/tip/association">{% trans "Minutes" %}</a> (fr)</p>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
68 </div>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
69 </div>
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
70
c570778a7620 add adhesion.html (needs some change)
souliane <souliane@mailoo.org>
parents:
diff changeset
71 {% endblock %}