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

Confirm Delete

This will permanently delete the planned session

  • {% csrf_token %}

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

    {% if object.intervals_icu_id and object.manager.rower.intervals_delete_plannedsession %}

    Confirm deletion on intervals.icu

    {% elif object.intervals_icu_id %}

    Also delete on intervals.icu

    {% endif %}

  • {% if not object.is_template %}
  • Session {{ psdict.name.1 }}

    {% for attr in attrs %} {% for key,value in psdict.items %} {% if key == attr %} {% endif %} {% endfor %} {% endfor %}
    {{ value.0 }}{{ value.1 }}
  • {% endif %}
{% endblock %} {% block sidebar %} {% include 'menu_plan.html' %} {% endblock %}