{% load i18n l10n fontawesome_5 humanize ksp_filters %}
{% trans 'Action type' %} | {% trans 'Amount' context 'Compensation' %} | {% trans 'Comment' %} | {% if is_default_member and has_access %}{% trans 'Action' %} | {% endif %}
---|---|---|---|
{% 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 %} |