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

New Session

  • {% if form.errors %}

    Please correct the error{{ form.errors|pluralize }} below.

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

{% endblock %} {% block scripts %} {% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %}