{% extends 'base/base.html' %} {% block title %} {% endblock %} {% block body %} {% include 'base/nav-bar.html' %}
{% csrf_token %} Not approved applications only
{% if error %} {% endif %}
Individual mail will be sent to each applicant
Subject of the mail
Content of the mail
Cancel
{% include 'base/footer.html' %} {% endblock %}