{% load djinsight_tags %} {% if no_permission %}

🔒 Access to analytics is restricted to administrators.

{% elif has_stats and obj %}

{{ display_name }} - Analytics

{% total_views_stat obj=obj %} {% unique_views_stat obj=obj %} {% last_viewed_stat obj=obj %} {% first_viewed_stat obj=obj %}
{% if period == "week" or period == "month" %}

{{ period|title }} Statistics

{% views_today_stat obj=obj %} {% views_week_stat obj=obj %} {% views_month_stat obj=obj %}
{% endif %} {% live_stats_counter obj=obj show_unique=True refresh_interval=30 %}
{% else %}

No analytics data available for this object.

{% endif %}