{% load i18n l10n fontawesome_5 %}
{{obj.payments.count}} {% trans 'Payments' %}
{% if is_default_member and has_access %} {% endif %}
{% if is_default_member and has_access %} {% endif %} {% for pay in obj.payments.all %} {% endfor %}
{% trans 'Amount' context 'money' %} {% trans 'Due on' %} {% trans 'Comment' %} {% trans 'Action' %}
{{ pay.amount|floatformat:2 }} € {{ pay.due_on|default_if_none:"---" }} {{ pay.comment }} {% if is_default_member and has_access %} {% endif %}