{% load i18n l10n fontawesome_5 humanize %}
{{actions.count}} {% trans 'Actions' context 'Compensation' %}
{% if is_default_member and has_access %} {% endif %}
{% if default_member and has_access %} {% endif %} {% for action in actions %} {% endfor %}
{% trans 'Action type' %} {% trans 'Action type details' %} {% trans 'Amount' context 'Compensation' %} {% trans 'Comment' %} {% trans 'Action' %}
{{ 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 %}