{% extends "admin/base_site.html" %} {% load i18n admin_urls %} {% block content %}

The date is the day that the usage report would have been run, so is one day past the date where usage reports are missing.
For instance, if we had 0 usage reports on May 11, the date you'd use is actually May 12 (because usage reports are reporting usage for the previous day).
Read more here.

{% csrf_token %}
{% for field in form %}
{{ field.errors }} {{ field.label_tag }} {{ field }}
{% endfor %}
{% endblock %}