{% extends "newbase.html" %} {% load static %} {% load rowerfilters %} {% block title %}Rowsandall Training Plans{% endblock %} {% block scripts %} {% endblock %} {% block main %}
{% csrf_token %}

Are you sure you want to delete {{ object }}?

Delete all planned sessions linked to the plan

Delete all planned sessions in the plan time frame

{% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %}