diff --git a/templates/zephyr/activity.html b/templates/zephyr/activity.html index 7af246d406..4bf0846955 100644 --- a/templates/zephyr/activity.html +++ b/templates/zephyr/activity.html @@ -30,13 +30,13 @@ Name Email Realm - Last get_updates Last send_message + Messages sent {% if activity.has_pointer %} Last update_pointer Pointer updates {% endif %} - Messages sent + Last get_updates @@ -45,13 +45,13 @@ {{ row.full_name }} {{ row.email }} {{ row.realm }} - {{ row.get_updates_last }} {{ row.send_message_last }} + {{ row.send_message_count }} {% if activity.has_pointer %} {{ row.update_pointer_last }} {{ row.update_pointer_count }} {% endif %} - {{ row.send_message_count }} + {{ row.get_updates_last }} {% endfor %}