{% load i18n sizeformat %} {% load task_filters %}

{% trans "Action Notes" %}


{% for action, notes in task.action_notes.items %}
{{ action }}
{% for note in notes %}
{{ note }}
{% endfor %} {% endfor %}