- |
- {{ action.action_type }}
+ |
+ {{ action.action_type }}
+ {% if action.action_type_details.count > 0 %}
+
+ {% trans 'Action type details' %}:
+ {% for detail in action.action_type_details.all %}
+
+ {{detail.long_name}}
+ {% endfor %}
+ {% endif %}
|
-
- {% for detail in action.action_type_details.all %}
- {{detail.long_name}}
- {% endfor %}
- |
- {{ action.amount|floatformat:2|intcomma }} {{ action.unit_humanize }} |
-
+ | {{ action.amount|floatformat:2|intcomma }} {{ action.unit_humanize }} |
+
{{ action.comment }}
|
-
+ |
{% if is_default_member and has_access %}
- |