{% extends "base.html" %} {% block title %} User traffic {% endblock %} {% load static %} {% block content %}
| Page | Views |
|---|---|
| {{ page.title }} | {{ page.view_count }} |
Useful for spotting and filtering out bots.
| User agent | Views |
|---|---|
| {{ agent.user_agent }} | {{ agent.view_count }} |
| No page views in the last 24 hours. | |