{% endcomment %}
{% for activity in activity_list %}
{% comment %} {% for history in history_object.delta.changes %} {% endcomment %}
{% if activity.type == 'Changes' %}
{{activity.updated_by}}
{% trans "updated" %}
{{activity.changes.0.field |title|cut:'_'}} {% trans "from" %}
{{activity.changes.0.old}} to {{activity.changes.0.new}}