{% extends "members_base.html" %} {% load static %} {% load i18n %} {% block content %}

{% trans "Payment events" %}

{% if notification %}
{{ notification }}
{% endif %}
{% trans "Payments in register:" %} {{ payment_count }}
{% if request.GET.q %}
{% endif %} {{ table|safe }}
{% trans "Download Excel" %}
{% endblock content %}