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

Edit Session Template

  • Create New Library Session

    {% if form.errors %}

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

    {% endif %}

    {{ form.as_table }}

    {% csrf_token %}
  • Library

    Click on session name to clone to current period

    {% for ps in sessiontemplates %} {% endfor %}
    Name Value   Edit Delete
    {% if ps.name != '' %} {{ ps.name }} {% else %} Unnamed Session {% endif %} {{ ps.sessionvalue }} {{ ps.sessionunit }}
{% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %} {% block scripts %} {% endblock %}