{% load i18n l10n fontawesome_5 %}
{% trans 'Type' %} | {% trans 'Date' %} | {% trans 'Comment' %} | {% if is_default_member and has_access %}{% trans 'Action' %} | {% endif %}
---|---|---|---|
{% trans deadline.type_humanized %} | {{ deadline.date|default_if_none:"---" }} |
{{ deadline.comment }}
|
{% if is_default_member and has_access %} {% endif %} |