{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall Recent Graphs{% endblock %} {% block scripts %} {% include "monitorjobs.html" %} {% endblock %} {% block main %}

Recent Graphs

  • {{ searchform }}
  • {% if graphs %}
  • {% if graphs.has_previous %} {% if request.GET.q %} {% else %} {% endif %} {% endif %} Page {{ graphs.number }} of {{ graphs.paginator.num_pages }}. {% if graphs.has_next %} {% if request.GET.q %} {% else %} {% endif %} {% endif %}

  • {% for graph in graphs %}
  • {{ graph.filename }}

    {{ graph.workout.name }}

  • {% endfor %} {% else %}
  • No charts found

  • {% endif %}
{% endblock %} {% block sidebar %} {% include 'menu_workouts.html' %} {% endblock %}