{% extends "base/base.html" %} {% block titleextra %}Towarzystwo Wolnych Lektur{% endblock %} {% block body %}

Plan płatności

{{ schedule.email }}
{{ schedule.amount }}
{{ schedule.plan.get_interval_display }}
{{ schedule.is_active|yesno:"Aktywne,Nieaktywne" }}
Start: {{ schedule.started_at }}
Opłacone do: {{ schedule.expires_at|default:"brak" }} {% if schedule.is_cancelled %}(anulowana){% endif %}
{% if schedule.expires_at and not schedule.is_cancelled %}
{% csrf_token %}
{% endif %} {% if schedule.is_expired %} Płatność wygasła. Wykonaj nową płatność. {% endif %} {% if schedule.membership %}

Członek/członkini Towarzystwa nr {{ schedule.membership.id }} ({{ schedule.membership.user }}).

{% else %}

Płatność nie przypisana do członkostwa.
Przypisz

{% endif %}
{% endblock %}