| {{ h.history_date|date }} |
{% person_link h.history_user.person %} |
- {{ h.history_change_reason }} |
+ {% if h.history_change_reason != "skipped" and h.history_change_reason %} {{ h.history_change_reason }} {% endif %}
+ {% for change in h|simple_history_delta_changes %}
+ {{ change.field }} changed from "{{change.old}}" to "{{change.new}}"
+ {% endfor %}
+ |
+ {% endif %}
{% endfor %}