{% load i18n l10n fontawesome_5 %}
{{obj.documents.count}} {% trans 'Documents' %}
{% if is_default_member and has_access %} {% endif %}
{% if has_payment_without_document %}
{% trans 'You entered a payment. Please upload the legal document which defines the payment`s amount.' %}
{% endif %}
{% if is_default_member and has_access %} {% endif %} {% for doc in obj.documents.all %} {% endfor %}
{% trans 'Title' %} {% trans 'Created on' %} {% trans 'Comment' %} {% trans 'Action' %}
{{ doc.title }}
{{ doc.date_of_creation }}
{{ doc.comment }}
{% if is_default_member and has_access %} {% endif %}