{% extends "studies/study_base.html" %} {% load static i18n django_bootstrap5 utils %} {% block title %}{% translate "Consent" %} · {{ block.super }}{% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.consent required_css_class='castellum-required' %}
{% endblock %}