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

Edit Session

  • {{ dateform.as_table }}

  • Back by {{ timeperiod|timedeltadays }} days

    Forward by {{ timeperiod|timedeltadays }} days

  • {{ thesession.name }}

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

    Assign to my Teams

    {% endif %}
    {% if form.errors %}

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

    {% endif %}

    {{ form.as_table }}

    {% csrf_token %}

    Delete Clone

  • Plan

    Click on session name to view

    {% for ps in plannedsessions %} {% endfor %}
    After Before Name Value   Edit Clone Delete
    {{ ps.startdate|date:"Y-m-d" }} {{ ps.enddate|date:"Y-m-d" }} {% if ps.name != '' %} {{ ps.name }} {% else %} Unnamed Session {% endif %} {{ ps.sessionvalue }} {{ ps.sessionunit }} Edit Clone Delete
{% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %} {% block scripts %} {% endblock %}