{% load i18n l10n fontawesome_5 humanize ksp_filters %}
{{obj.actions.count}} {% trans 'Actions' context 'Compensation' %}
{% if is_default_member and has_access %} {% endif %}
{% for action in obj.actions.all %} {% 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 }}
{% if is_default_member and has_access %} {% endif %}