{% load i18n l10n fontawesome_5 humanize ksp_filters %}
{{actions.count}} {% trans 'Actions' context 'Compensation' %}
{% if is_default_member and has_access %} {% endif %}
{% if is_default_member and has_access %} {% endif %} {% for action in actions %} {% empty %}
{% trans 'Missing' %}
{% endfor %}
{% trans 'Action type' %} {% trans 'Amount' context 'Compensation' %} {% trans 'Comment' %} {% trans 'Action' %}
{% for type in action.action_type.all %}
{{type.parent.parent.long_name}} {% fa5_icon 'angle-right' %} {{type.parent.long_name}} {% fa5_icon 'angle-right' %} {{type.long_name}}

{% endfor %} {% for detail in action.action_type_details.all %} {{detail.long_name}} {% empty %} {% trans 'No action type details' %} {% endfor %}
{{ action.amount|floatformat:2|intcomma }} {{ action.unit_humanize }}
{{ action.comment }}
{% if is_default_member and has_access %} {% endif %}