{% extends "base.html" %} {% load staticfiles %} {% block extra_headers %} {% endblock %} {% block content %} {{ graphgrid }} {% for row in graphgrid.grapharray %} {% for graph in row %} {% endfor %} {% endfor %}
{% for series in graph.observationgraphseries_set.all %} {% endfor %}
{% endblock %}