{% extends "base.html" %} {% block title %}Dashboard — Website Checker{% endblock %} {% block content %}
{{ stats.total_users }}
Total Users
{{ stats.active_today }}
Active Today
{{ stats.total_sites }}
Total Sites

Today's Completion

{% for u in stats.user_stats %} {% else %} {% endfor %}
User Checked Total Progress %
{{ u.full_name }} {{ u.checked_count }} {{ u.total_sites }}
{{ u.pct_complete or 0 }}%
No user data for today.
{% endblock %}