{% block page_title %}{% endblock %}

{% if period is defined %}
{% for p in ["1h", "24h", "7d", "30d"] %} {{ p }} {% endfor %}
{% endif %} {% if include_workbench is defined %} {% endif %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}