Dashboard - django-tracking2

{{ form.as_table }}

Visitor tracking began on {{ track_start_time|date:"Y-m-d H:i:s" }}

{% if warn_incomplete %}

The start time precedes the oldest tracked visitor, thus the stats are not complete for the specified range.

{% endif %}
{% include "tracking/snippets/stats.html" %}