{% extends 'punkweb_insight/base.html' %} {% load static duration %} {% block content %}
| Username | Start Time | Time on Site | IP Address | Page views |
|---|---|---|---|---|
| {% if visitor.user %}{{visitor.user.username}}{% else %}Anonymous{% endif %} | {{ visitor.start_time }} | {{ visitor.time_on_site|duration }} | {{ visitor.ip_address }} | {{ visitor.page_views.count }} |
| Page | Session |
|---|---|
| {{ event.url }} | {{ event.visitor }} |