{% extends "execution/study_base.html" %} {% load i18n django_bootstrap5 humanize utils %} {% block content %}

{% translate 'This form allows you to send a message to all subjects who indicated interest in study news. 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.newsmailbatch_set.all %}

{% translate "Previous mails" %}

{% endif %} {% endblock %}