{% load i18n l10n fontawesome_5 humanize ksp_filters %}
{% trans 'Action type' %} | {% trans 'Amount' context 'Compensation' %} | {% trans 'Comment' %} | {% trans 'Action' %} |
---|---|---|---|
{{ action.action_type }}
{% if action.action_type_details.count > 0 %}
{% for detail in action.action_type_details.all %} {{detail.long_name}} {% endfor %} {% endif %} |
{{ action.amount|floatformat:2|intcomma }} {{ action.unit_humanize }} |
{{ action.comment }}
|
{% if is_default_member and has_access %} {% endif %} |