{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Planned Sessions{% endblock %} {% block main %}
| On or after | {{ ps.startdate }} |
|---|---|
| On or before | {{ ps.enddate }} |
| Session Type | {{ ps.sessiontype }} |
| Session Mode | {{ ps.sessionmode }} |
| Criteria | {{ ps.criterium }} |
| Value | {{ ps.sessionvalue }} |
| Unit | {{ ps.sessionunit }} |
| Comment | {{ ps.comment|linebreaks|urlshorten:"50" }} |
{% endif %} {% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %}