{% load i18n l10n fontawesome_5 %}
{% trans 'Amount' context 'money' %} | {% trans 'Due on' %} | {% trans 'Comment' %} | {% if is_default_member and has_access %}{% trans 'Action' %} | {% endif %}
---|---|---|---|
{% if has_access %} {{ pay.amount|floatformat:2 }} € {% else %} *** {% endif %} | {{ pay.due_on|default_if_none:"---" }} |
{% if has_access %}
{{ pay.comment }}
{% else %}
{% trans 'This data is not shared with you' %}
{% endif %}
|
{% if is_default_member and has_access %} {% endif %} |