{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall Training Plans{% endblock %} {% block scripts %} {% endblock %} {% block main %}
| Target Date | Name | Notes | ||
|---|---|---|---|---|
| {{ target.date }} | {{ target.name }} | {{ target.notes|linebreaks }} | Edit | Delete |
Old Targets
| Target Date | Name | Notes | ||
|---|---|---|---|---|
| {{ target.date }} | {{ target.name }} | {{ target.notes|linebreaks }} | Edit | Delete |
Old Targets
| Target Date | Name | Notes | ||
|---|---|---|---|---|
| {{ target.date }} | {{ target.name }} | {{ target.notes|linebreaks }} | Edit | Delete |
| Start Date | End Date | Name | Status | ||||
|---|---|---|---|---|---|---|---|
| {{ plan.startdate }} | {{ plan.enddate }} | {{ plan.name }} | {% if plan.status %} active {% else %} inactive {% endif %} | {% if request.user.rower == plan.manager %} {% endif %} | {% if request.user.rower == plan.manager %} {% endif %} |
No plans found
{% endif %}