{% extends 'base.html.j2' %}
{% block title %}
{{ name }} History for the Last 30 Days
{% endblock title %}
{% block content_before %}
{{ name }} History for the Last 30 Days
{% endblock content_before %}
{% block content %}
{% endblock %}
{% block js %}
{{ super () }}
{% endblock %}