{% extends 'base.html' %} {% block content %}

User Activity Distribution

{% if error %} {% endif %} {% if plot_url %}

Selected File: {{ selected_file.split('/')[-1] }}

User Activity Distribution
{% endif %} {% if statistics %}

Activity Statistics

{% for hour, count in statistics.items() %} {% endfor %}
Hour Activity Count
{{ hour }} {{ count }}
{% endif %}
{% endblock content %}