{% extends "zephyr/base.html" %} {# User Activity. #} {% block customhead %} {{ block.super }} {% endblock %} {% block content %}
| Name | Realm | Last send_message | Messages sent | {% if activity.has_pointer %}Last update_pointer | Pointer updates | {% endif %}Last get_updates | |
|---|---|---|---|---|---|---|---|
| {{ row.full_name }} | {{ row.email }} | {{ row.realm }} | {{ row.send_message_last|date:"M d, H:i" }} | {{ row.send_message_count }} | {% if activity.has_pointer %}{{ row.update_pointer_last|date:"M d, H:i" }} | {{ row.update_pointer_count }} | {% endif %}{{ row.get_updates_last|date:"M d, H:i" }} |