{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block title %}New Planned Session{% endblock %} {% block content %}
{% include "planningbuttons.html" %}

Create Sessions for {{ rower.user.first_name }} {{ rower.user.last_name }}

{% if user.is_authenticated and user|is_manager %} {% endif %}
Courses

New Session

{% if form.errors %}

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

{% endif %} {{ form.as_table }}
{% csrf_token %}
{% endblock %} {% block scripts %} {% endblock %}