{% extends "recruitment/recruitment_base.html" %} {% load i18n auth bootstrap4 humanize %} {% block title %}{% trans "Mail recruitment" %} · {{ block.super }}{% endblock %} {% block content %} {% if not study.mail_body %} {% else %}
{% for error in form.non_field_errors %} {% endfor %} {% csrf_token %}
{% bootstrap_field form.batch_size %}
{% endif %} {% if study.mailbatch_set.all %}

{% trans "Previous mails" %}

{% endif %} {% endblock %}