{% extends "meta_navbar.html" %} {% block pagetitle %}Statistics{% endblock %} {% block content %}
coat of arms {% set today = datetime.datetime.today().strftime('%Y-%m-%d') %}

Weekly Chart

Weekly Chart

Daily Chart

Daily Chart
{% for key, value in stats.items() %} {% if key == 'Time these stats were collected' -%} {% else -%} {%- endif %} {% endfor %}
Statistic Value
{{key}}{{value}}
{% endblock %}