{{ comment.employee_id }} {% trans 'added a comment' %}
{{ comment.created_at|date:'M. d, Y' }} , 
{{ comment.created_at|date:'g:i a' }}
{{ comment.comment }}
{% endfor %}
{% 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 }}
{{ activity.pair.0.history_date|date:'M. d, Y' }} , 
{{ activity.pair.0.history_date|date:'g:i a' }}
{% elif activity.type == 'key_result' %}
{% for history in activity.key_result.delta.changes %}
{{ activity.key_result.changed_user }}
{% trans 'updated' %}
{{ history.field|replace|title }} {% trans 'field of ' %}
{{ activity.key_result.k_r }} {% trans 'key result' %},{% trans 'from' %}
{{ history.old }} {% trans 'to' %} {{ history.new }}
{% comment %} {{ activity.changes.0.field|title|cut:'_' }} {% trans 'from' %}
{{ activity.changes.0.old }} to {{ activity.changes.0.new }} {% endcomment %}
{{ activity.date|date:'M. d, Y' }} , 
{{ activity.date|date:'g:i a' }}