{% load i18n l10n fontawesome_5 %}
{{obj.documents.count}} {% trans 'Documents' %}
{% if is_default_member and is_entry_shared %} {% 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 is_entry_shared %} {% endif %}