{% extends view.base_template|default:"studies/study_recruitmentsettings_base.html" %} {% load i18n auth django_bootstrap5 %} {% block title %}{% translate "Mail Settings" %} · {{ block.super }}{% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %}

{% translate 'These settings are used for recruitment emails (both the initial message as well as reminders).' %}

{% bootstrap_field form.mail_subject %} {% bootstrap_field form.mail_body %}
{% if study.mail_body %} {% endif %}
{% endblock %}