{% extends "execution/participation_base.html" %} {% load i18n %} {% block title %}{% translate "Dropped out" context 'verb' %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate 'Are you sure you want to remove this participation?' %}

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