{% extends "execution/base.html" %} {% load i18n bootstrap4 humanize %} {% block title %}{{ study }} · {{ block.super }}{% endblock %} {% block content %}

{{ study }}

{% trans 'This form allows you to send a message to all subjects who indicated interest in the study outcome. You cannot attach a document to the email, but you can include a link.' %}

{% include 'utils/form_errors.html' with form=form %} {% csrf_token %} {% bootstrap_field form.subject %} {% bootstrap_field form.body %}
{% if study.outcomemailbatch_set.all %}

{% trans "Previous mails" %}

{% endif %} {% endblock %}