{% block group_changes_header %}
{# iterate through the list of activity diffs #}
{% for i in range(activity_diffs|length) %} {% snippet "group/snippets/item_group.html", activity_diff=activity_diffs[i], group_dict=group_dict %} {# TODO: display metadata for more than most recent change #} {% if i == 0 %} {# button to show JSON metadata diff for the most recent change - not shown by default #} {% endif %}
{% endfor %}
{{ _('Changes') }}
{% endblock %} {% set select_list1 = h.activity_list_select(group_activity_list, activity_diffs[-1].activities[0].id) %} {% set select_list2 = h.activity_list_select(group_activity_list, activity_diffs[0].activities[1].id) %}{# iterate through the list of activity diffs #}
{% for i in range(activity_diffs|length) %} {% snippet "group/snippets/item_group.html", activity_diff=activity_diffs[i], group_dict=group_dict %} {# TODO: display metadata for more than most recent change #} {% if i == 0 %} {# button to show JSON metadata diff for the most recent change - not shown by default #} {% endif %}
{% endfor %}