{% extends "locksmith/base.html" %} {% load humanize %} {% load charthelpers %} {% block bodyclass %}analytics{% endblock %} {% block content %}
| Month | Calls |
|---|---|
| {{m.date|date:"b 'y"}} | {{m.calls|intcomma}} |
| User | Calls |
|---|---|
| {{uc.key__email}} | {{uc.calls}} | {% endfor %}