{% extends "zephyr/base.html" %} {# User Activity. #} {% block customhead %} {{ block.super }} {% endblock %} {% block content %}
{% for name, activity in data.iteritems %}

{{ name }} usage

{% if activity.has_pointer %} {% endif %} {% for email, row in activity.sorted_rows %} {% if activity.has_pointer %} {% endif %} {% endfor %}
Name Email Realm Last get_updates Last send_messageLast update_pointer Pointer updatesMessages sent
{{ row.full_name }} {{ row.username }} {{ row.realm }} {{ row.get_updates_last }} {{ row.send_message_last }}{{ row.update_pointer_last }} {{ row.update_pointer_count }}{{ row.send_message_count }}
{% endfor %}
{% endblock %}