{% extends 'scipost/base.html' %} {% load bootstrap %} {% block pagetitle %}: Send mail{% endblock pagetitle %} {% block content %}

Complete and send mail

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 %}