{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Planned Sessions{% endblock %} {% block main %}

Load next week

{{ form.as_table }}
{% csrf_token %}

Link to plan {% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %}