{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Send mail{% endblock pagetitle %} {% block content %} {% if header_template %} {% include header_template with object=object %}

Complete and send mail

{% else %}

Complete and send mail

{% endif %}

You may edit the mail before sending it.

{% csrf_token %} {% if transfer_data_form %}{{ transfer_data_form }}{% endif %} {{ form|bootstrap }}
{% endblock content %} {% block footer_script %} {{ block.super }} {{ form.media }} {% endblock footer_script %}