{% extends "execution/participationconsent_base.html" %} {% load i18n %} {% block title %}{% translate "Delete" %} · {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% translate "Are you sure you want to permanently delete this study consent?" %}

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