{% extends "execution/participation_base.html" %} {% load static i18n django_bootstrap5 %} {% block title %} {% translate "Change study consent" %} · {{ block.super }} {% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.consent %}
{% translate 'Cancel' %}
{% endblock %}