{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Planned Sessions{% endblock %} {% block main %}

Planned Session Library

{% if alltags %}

Click on a tag to filter: {% for tag in alltags %} {{ tag }} {% endfor %}

Clear tags

{% endif %}
  • {% if templates %}

    Sharing a session makes it available to all Rowsandall users on Self-Coach and Coach plans, so they can use it in their own training plans. You can make the session private again at any time, but users can save your session in their own private libraries. Click on the lock icon to toggle sharing/private.

    {% for ps in templates %} {% endfor %}
    Name Type Mode Value Private/Shared Edit Copy to Calendar Share Lock Delete
    {% if ps.name != '' %} {{ ps.name }} {% else %} Unnamed Session {% endif %} {{ ps.get_sessiontype_display }} {{ ps.get_sessionmode_display }} {{ ps.sessionvalue }} {{ ps.sessionunit }} {% if ps.is_public %} {% if ps.manager == request.user %} {% else %} {% endif %} {% else %} {% if ps.manager == request.user %} {% else %} {% endif %} {% endif %} {% if ps.manager == request.user %} {% endif %} {% if ps.manager == request.user %} {% endif %} {% if ps.manager == request.user %} {% endif %} {% if ps.manager == request.user %} {% endif %}
    {% else %} You have no sessions in your Library yet. {% endif %}
  • Add a session to the library
{% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %}