{% load i18n l10n fontawesome_5 humanize ksp_filters %}
{% 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.parent.long_name }} > {{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 is_entry_shared %} {% endif %} |