{% extends view.base_template|default:"subjects/base.html" %} {% load static i18n bootstrap4 utils %} {% block title %} {% translate "Edit subject" %} · {{ block.super }} {% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.privacy_level %}
{% if object.consent.document.is_deprecated %} {% blocktranslate %} The current consent refers to an outdated document and will soon expire, thus rendering the recruitment consent invalid. Please contact this subject and ask them to consent to the latest document or withdraw their consent. This message will disappear once you change the value of the checkbox. {% endblocktranslate %} {% endif %} {% if object.has_consent_from_before_full_age %} {% blocktranslate %} The subject has recently come of age. Please ask them to renew or withdraw their consent. This message will disappear once you change the value of the checkbox. {% endblocktranslate %} {% endif %} {{ form.consent_status.help_text }}
{% bootstrap_field form.export_requested %} {% bootstrap_field form.to_be_deleted %}
{% endblock %} {% block extra_scripts %} {% endblock %}