{% extends "base.html" %} {% load humanize %} {% block title %}Website Statistics{% endblock %} {% block content %} {% include "includes/sidenav.html" %}
| Path | View Name | Views | % of Total |
|---|---|---|---|
| {{ url.path }} | {{ url.view_name }} | {{ url.view_count }} | {% if total_views > 0 %} {% widthratio url.view_count total_views 100 as percentage %} {{ percentage|floatformat:1 }}% {% else %} 0% {% endif %} |
| No URL statistics available | |||