{% extends "base.html" %} {% block content %}
Logged in as: {{user}} (Logout)
Choose graph period:
day week month year
Choose Grouping:
none hostname type
0 graphs selected (deselect all)
{% for graph in graphs %} {{graph.graph.name}}

{% endfor %}
{% endblock %}