1 {% extends "base/base.html" %}
4 {% load static from static %}
6 {% block title %}{% trans "Wolne Lektury Friend Club" %}{% endblock %}
9 <div class="mobile-margins">
10 <h1>{% trans "Wolne Lektury Friend Club" %}</h1>
11 <p>Poniżej możesz ustawić comiesięczną płatność <strong>(co najmniej 5 zł)</strong>, aby dołączyć do Przyjaciół Wolnych Lektur.</p>
12 {# https://www.facebook.com/sharer/sharer.php?u=https%3A//wolnelektury.pl{% url 'paypal_form' %} #}
13 {% if user.is_authenticated %}
16 {{ form.amount.label_tag }}{{ form.amount }}
17 {# paypal submit button #}
18 <input type="image" src="{% static 'img/btn_subscribe_LG_pl.gif' %}" alt="{% trans "Subscribe with PayPal" %}" style="margin-left: 2em; vertical-align: bottom;">
21 {% trans "You must be logged in to subscribe." %}
23 {% chunk "klub_info" %}