{% load i18n l10n fontawesome_5 humanize %}
{% trans 'Action type' %} | {% trans 'Amount' context 'Compensation' %} | {% trans 'Comment' %} | {% trans 'Action' %} |
---|---|---|---|
{{ action.action_type }} | {{ action.amount|floatformat:2|intcomma }} {{ action.unit_humanize }} | {{ action.comment|default_if_none:"" }} | {% if is_default_member and has_access %} {% endif %} |