{% load i18n l10n fontawesome_5 %}
{% trans 'Title' %} | {% trans 'Created on' %} | {% trans 'Comment' %} | {% if is_default_member and has_access %}{% trans 'Action' %} | {% endif %}
---|---|---|---|
{{ doc.title }} |
{{ doc.date_of_creation }}
|
{{ doc.comment }}
|
{% if is_default_member and has_access %} {% endif %} |