-
+ |
{% trans 'Action type' %}
|
+
+ {% trans 'Action type details' %}
+ |
{% trans 'Amount' context 'Compensation' %}
|
@@ -46,9 +49,14 @@
{{ 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|default_if_none:"" }} |
-
+ |
{% if is_default_member and has_access %}
|