{% extends "studies/study_recruitmentsettings_base.html" %} {% load static i18n bootstrap4 %} {% block title %} {% trans "General recruitment settings" %} · {{ block.super }} {% endblock %} {% block content %}
{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% if study.is_onetime_invitation %} {{ form.recruitment_text.as_hidden }} {% else %} {% bootstrap_field form.recruitment_text %} {% endif %} {% bootstrap_field form.advanced_filtering %} {% bootstrap_field form.is_exclusive %} {% bootstrap_field form.complete_matches_only %} {% if form.geo_filter %} {% bootstrap_field form.geo_filter %} {% endif %} {% if not readonly %}
{% endif %}
{% endblock %}