{% extends "studies/study_base.html" %} {% load static i18n %} {% block title %}{% translate "Delete session" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% blocktranslate with name=object.name %}Are you sure you want to permanently delete the session "{{ name }}" and all related appointments?{% endblocktranslate %}

{% translate 'Cancel' %}
{% endblock %}