{% for e in wf_history %} {% endfor %}
On User Action Old node New node Note Notice users
{{ e.created_on|date:"Y-m-d H:i" }} {{ e.user }} {{ e.get_act_name }} {{ e.old_node.name }} {{ e.new_node.name }} {% if e.comment %} {{ e.comment|linebreaksbr }} {% endif %} {% for a in e.attachments.all %} {{ a.filename }}
{% endfor %}
{{ e.get_next_notice_users_display }}