{% extends "sat_website/category.html" %} {% comment %} SàT website: Salut à Toi's presentation website Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) Copyright (C) 2014 Adrien Cossa (souliane@mailoo.org) This file is part of SàT website. SàT website is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Foobar. If not, see . {% endcomment %} {% load i18n %} {% load staticfiles %} {% get_current_language as LANGUAGE_CODE %} {% block headline %}{% trans "Join the association" %}{% endblock %} {% block main_container %} {% comment %}
# FIXME: dirty implementation just for the duration of the campaign! {% endcomment %}

 

{% trans "We are curently running a crowdfunding campaign for the development of an Android application (frontend for smartphones)." %} {% trans "During this period, we would kindly ask you to support the campaign instead of paying a membership fee. It is still and always possible to join the association for free. It doesn't change anything for you but it helps the campaign to succeed. Thank you!" %}

{{ campaign_countdown }} {% if campaign_countdown > 1 %}{% trans " days" %}{% else %}{% trans "day" %}{% endif %} {% trans "left!" %}

{% trans "Crowdfunding campaign" %}

{% trans "About the association" %}

{% trans "We want it to be as transparent as the software. You can read about its mission, its organisation and check the official documents." %}

{% trans "Association" %}

{% trans "Become a member" %}
{% comment %}

{% blocktrans %}For 2015, we need about {{ asso_finance_target }} € for:

  • two full-time salaries based on the French minimal salary;
  • hosting this web site and the Libervia demo and registering the domain names;
  • fees for the association's bank account and the online payment system (apayer.fr);
  • administrative help such as a lawyer or an accountant;
  • travel expenses to attend and participate in meetings;
  • hardware to develop and test the software;
  • miscellaneous extra costs such as printing.
Which makes, with an average annual contribution of 10 € per subscription, {{ asso_members_target }} members before December, 31st 2015! {% endblocktrans %}

{% include "sat_website/finance.html" with obj="members" %} {% include "sat_website/finance.html" %} {% endcomment %}

{% 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." %}

{% trans "To join the association without paying any subscription or to proceed with a bank transfer, please use our internal form:" %}

{% trans "Join for free or proceed with a transfer" %}

{% 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." %}

{% trans "Join and proceed by card" %}

{% endblock %}