{% 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 %}
User Last get_updates Last send_messageLast update_pointer Pointer updatesMessages sent
{{ email }} {{ row.get_updates_last }} {{ row.send_message_last }}{{ row.update_pointer_last }} {{ row.update_pointer_count }}{{ row.send_message_count }}
{% endfor %}
{% endblock %}