{% extends "base.html" %} {% block title %}Accept Application{% endblock %} {% block content %}

Fill in a note you want to send to the user.

{{ form.as_table }} {% csrf_token %}
{% endblock %}