X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/592c9401b18118e01de250d44878b9289b138f9c..fd1a9915dd65789cccf27041a1f01cd4077273fc:/src/club/templates/club/2022/donation_step1.html diff --git a/src/club/templates/club/2022/donation_step1.html b/src/club/templates/club/2022/donation_step1.html new file mode 100644 index 000000000..057ab4199 --- /dev/null +++ b/src/club/templates/club/2022/donation_step1.html @@ -0,0 +1,139 @@ +{% extends 'club/2022/donation_step_base.html' %} +{% load club %} +{% load static %} + + +{% block donation-step-content %} +
+ {% csrf_token %} + {{ form.errors }} + + +
+ +
+ + + +
+
+ +
+ {% for amount in club.singleamount_set.all %} +
+
+

{{ amount.amount }} zł

+
+ +
+
+ {% if amount.description %} +
+

{{ amount.description|safe }}

+
+ {% endif %} +
+ {% endfor %} + + +
+ + +
+ {% for amount in club.monthlyamount_set.all %} +
+

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

+
+

{{ amount.description|safe }}

+ +
+
+ {% endfor %} + +
+ +
+
+ + + {{ form.custom_amount }} +
+ +
+
+ + Bezpieczne płatności zapewniają +
+
+
+
+

Dane do przelewu tradycyjnego:

+
+
+
nazwa odbiorcy
+

Fundacja Nowoczesna Polska

+ + +
+
+
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

+ + +
+
+
+
+
+
+ + +{% endblock %}