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

Create Team Session

{% if form.errors %}

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

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