{% load i18n l10n fontawesome_5 humanize %}
| {% trans 'Action type' %} | {% trans 'Action type details' %} | {% trans 'Amount' context 'Compensation' %} | {% trans 'Comment' %} | {% if default_member and has_access %}{% trans 'Action' %} | {% endif %}
|---|---|---|---|---|
| {{ action.action_type }} | 
                    {% for detail in action.action_type_details.all %}
                         {{detail.long_name}} 
                    {% endfor %}
                 | 
                {{ action.amount|floatformat:2|intcomma }} {{ action.unit_humanize }} | {{ action.comment|default_if_none:"" }} | {% if is_default_member and has_access %} {% endif %} |