X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7451b87d12c06755d6dc278e72b6650f8de8b4a..ddf2102eff7ea420a4ea5144c43409587fc1156e:/src/club/templates/club/membership_form.html diff --git a/src/club/templates/club/membership_form.html b/src/club/templates/club/membership_form.html index 1ae2f82e5..a46cfe2bc 100644 --- a/src/club/templates/club/membership_form.html +++ b/src/club/templates/club/membership_form.html @@ -9,136 +9,6 @@ {% block body %} - - - -

{% trans "Support Wolne Lektury" %}

@@ -164,68 +34,26 @@ vertical-align: middle; {% chunk 'club_form_top' %} - - -

1. {% trans "Choose your type of support" %}

- - {{ form.amount }} - {{ form.monthly }} -
- {% trans "one-time" %} - {% trans "monthly" %} -
- -

2. {% trans "Choose the amount" %}

- - - - -
- {% for amount in club.proposed_monthly_amounts %} - {{ amount }} - {% endfor %} - - - {% trans "different amount" %} - - -
{% include 'club/payment/payu-re.html' %}
-
- -

3. {% trans "Provide an e-mail address" %}

- -

{{ form.email }}

- -

- {{ form.agree_newsletter }} - + {% if supporters_target %} + {% club_monthly_since supporters_since as supporters %} + {% club_monthly_missing_since supporters_since supporters_target as missing_supporters %} +

+ {% blocktrans %}Help us get 100 new Friends by the end of the school semester.{% endblocktrans %} + {% blocktrans count supporters=supporters %} + So far {{ supporters }} reader has already supported us with a regular donation, + {% plural %} + So far {{ supporters }} readers have already supported us with a regular donation, + {% endblocktrans %} + {% blocktrans count missing_supporters=missing_supporters %} + {{ missing_supporters }} is missing. + {% plural %} + {{ missing_supporters }} are missing. + {% endblocktrans %}

+
 {{ supporters }}{{ missing_supporters }} 
+ {% endif %} -

{% trans 'You can unsubscribe at any point. More in the privacy policy.' %}

- -
+ {% include "club/payment_form.html" %} {% chunk 'club_form_bottom' %} @@ -245,17 +73,8 @@ vertical-align: middle; {% endif %}
{% endif %} -
-
- {% chunk 'club-form-info-monthly' %} -
- - -
+ + {% include "club/payment_info.html" %}