{% extends "base.html" %} {% load staticfiles %} {% load rowerfilters %} {% block meta %} {% endblock %} {% block title %}Planned Session{% endblock %} {% block content %}
{% include "planningbuttons.html" %}
{% if user.is_authenticated and psdict.id.1|is_session_manager:user %} Edit Session {% else %}   {% endif %}
{% if plannedsession.sessiontype == 'coursetest' %} Courses {% else %}   {% endif %}

Session {{ psdict.name.1 }}

{% for attr in attrs %} {% for key,value in psdict.items %} {% if key == attr %} {% if key == 'comment' %} {% else %} {% endif %} {% endif %} {% endfor %} {% endfor %}
{{ value.0 }}{{ value.1|linebreaks }}{{ value.0 }}{{ value.1 }}

{{ rower.user.first_name }} {{ rower.user.last_name }}

Status: {{ status }}

Percentage complete: {{ ratio }}

{% if coursescript %}

Course

{{ coursediv|safe }} {{ coursescript|safe }} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}