X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9bc86f5a6542c5893ac94284da33162a7c7be2d6..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/club/templates/club/donation_step1_form.html diff --git a/src/club/templates/club/donation_step1_form.html b/src/club/templates/club/donation_step1_form.html index 6a45f2c3d..033b0ea3f 100644 --- a/src/club/templates/club/donation_step1_form.html +++ b/src/club/templates/club/donation_step1_form.html @@ -1,4 +1,5 @@ {% load static %} +{% load i18n %}
{% csrf_token %} @@ -11,8 +12,8 @@ {% endif %}
- - + +
@@ -27,7 +28,7 @@ {% if amount.description %}

{{ amount.description|safe }}

{% endif %} - + {% endfor %} @@ -41,12 +42,12 @@
{% for amount in amounts.monthly %}
-

{{ amount.amount }} zł /mies.

+

{{ amount.amount }} zł {% trans "/mies." context "kwota na miesiąc" %}

{% if amount.description %}

{{ amount.description|safe }}

{% endif %} - +
{% endfor %} @@ -57,18 +58,17 @@
- - + {{ form.custom_amount }}
- +
{% endwith %}
- Bezpieczne płatności zapewniają: + {% trans "Bezpieczne płatności zapewniają" %}: PayU Visa MasterCard {% if club.paypal_enabled %} PayPal @@ -79,65 +79,8 @@
-

Dane do przelewu tradycyjnego:

-
-
-
nazwa odbiorcy
-

Fundacja Wolne Lektury

- - -
-
-
adres odbiorcy
-

ul. Marszałkowska 84/92 lok. 125, 00-514 Warszawa

- - -
-
-
numer konta
-

75 1090 2851 0000 0001 4324 3317

- - -
-
-
tytuł przelewu
-

Darowizna na Wolne Lektury + twoja nazwa użytkownika lub e-mail

- - -
-
-
wpłaty w EUR
-

PL88 1090 2851 0000 0001 4324 3374

- - -
-
-
Wpłaty w USD
-

PL82 1090 2851 0000 0001 4324 3385

- - -
-
-
SWIFT
-

WBKPPLPP

- - -
-
+

{% trans "Dane do przelewu tradycyjnego" %}:

+ {% include "club/transfer_info.html" %}