{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall {% endblock %} {% block main %}
  • Summary for {{ theuser.first_name }} {{ theuser.last_name }} between {{ startdate|date }} and {{ enddate|date }}

  • {{ the_div|safe }}
  • {{ optionsform.as_table }}
  • {{ form.as_table }}
  • {{ flexaxesform.as_table }}
  • {% csrf_token %}
{% endblock %} {% block scripts %} {% endblock %} {% block sidebar %} {% include 'menu_analytics.html' %} {% endblock %}