1 {% extends "base/base.html" %}
4 {% block title %}{% trans "Subscription" %}{% endblock %}
7 {# https://www.facebook.com/sharer/sharer.php?u=https%3A//wolnelektury.pl{% url 'paypal_form' %} #}
8 {% if user.is_authenticated %}
12 {# paypal submit button #}
13 <button type="submit">{% trans "Subscribe with PayPal" %}</button>
16 {% trans "You must be logged in to subscribe." %}