{% extends 'insight/base.html' %} {% load static %} {% block content %} ← Back to visitors {{ visitor.user|default:"Anonymous" }} Session started: {{ visitor.start_time|date:'M j, Y' }} at {{ visitor.start_time|date:'g:i A' }} Page views: {{ visitor.page_views.count }} View history Page Views {% for page_view in page_views %} {{ page_view.url }} {{ page_view.total_views }} {% endfor %} {% endblock %}
Session started: {{ visitor.start_time|date:'M j, Y' }} at {{ visitor.start_time|date:'g:i A' }}
Page views: {{ visitor.page_views.count }}