Locatizations.
[wolnelektury.git] / src / club / templates / club / transfer_info.html
1 {% load i18n static %}
2 <div class="l-checkout__info">
3   <div class="l-checkout__info__item">
4     <div>{% trans "nazwa odbiorcy" %}</div>
5     <h3>Fundacja Wolne Lektury</h3>
6     <button title="{% trans 'Kopiuj tekst' %}" class="js-copy">
7       <img src="{% static '2022/images/copy.svg' %}" alt="{% trans 'Kopiuj' %}">
8     </button>
9     <input type="text" value="Fundacja Wolne Lektury">
10   </div>
11   <div class="l-checkout__info__item">
12     <div>{% trans "adres odbiorcy" %}</div>
13     <h3>ul. Marszałkowska 84/92 lok. 125, 00-514 Warszawa</h3>
14     <button title="{% trans 'Kopiuj tekst' %}" class="js-copy">
15       <img src="{% static '2022/images/copy.svg' %}" alt="{% trans 'Kopiuj' %}">
16     </button>
17     <input type="text" value="ul. Marszałkowska 84/92 lok. 125, 00-514 Warszawa">
18   </div>
19   <div class="l-checkout__info__item">
20     <div>{% trans "numer konta" %}</div>
21     <h3>75 1090 2851 0000 0001 4324 3317</h3>
22     <button title="{% trans 'Kopiuj tekst' %}" class="js-copy">
23       <img src="{% static '2022/images/copy.svg' %}" alt="{% trans 'Kopiuj' %}">
24     </button>
25     <input type="text" value="75 1090 2851 0000 0001 4324 3317">
26   </div>
27   <div class="l-checkout__info__item">
28     <div>{% trans "tytuł przelewu" %}</div>
29     <h3>{% trans "Darowizna na Wolne Lektury + twoja nazwa użytkownika lub e-mail" %}</h3>
30     <button title="{% trans 'Kopiuj tekst' %}" class="js-copy">
31       <img src="{% static '2022/images/copy.svg' %}" alt="{% trans 'Kopiuj' %}">
32     </button>
33     <input type="text" value="{% trans 'Darowizna na Wolne Lektury + twoja nazwa użytkownika lub e-mail' %}">
34   </div>
35   <div class="l-checkout__info__item">
36     <div>{% trans "wpłaty w EUR" %}</div>
37     <h3>PL88 1090 2851 0000 0001 4324 3374</h3>
38     <button title="{% trans 'Kopiuj tekst' %}" class="js-copy">
39       <img src="{% static '2022/images/copy.svg' %}" alt="{% trans 'Kopiuj' %}">
40     </button>
41     <input type="text" value="PL88 1090 2851 0000 0001 4324 3374">
42   </div>
43   <div class="l-checkout__info__item">
44     <div>{% trans "Wpłaty w USD" %}</div>
45     <h3>PL82 1090 2851 0000 0001 4324 3385</h3>
46     <button title="{% trans 'Kopiuj tekst' %}" class="js-copy">
47       <img src="{% static '2022/images/copy.svg' %}" alt="{% trans 'Kopiuj' %}">
48     </button>
49     <input type="text" value="PL88 1090 2851 0000 0001 4324 3374">
50   </div>
51   <div class="l-checkout__info__item">
52     <div>SWIFT</div>
53     <h3>WBKPPLPP</h3>
54     <button title="{% trans 'Kopiuj tekst' %}" class="js-copy">
55       <img src="{% static '2022/images/copy.svg' %}" alt="{% trans 'Kopiuj' %}">
56     </button>
57     <input type="text" value="WBKPPLPP">
58   </div>
59 </div>