{% extends "sample/base.html" %}
{% block preamble %}
Thank you for submitting your allocation request for the {{ request.project.title }} project.
Your request has been reviewed, and in this case your request has been declined for the following reason:
{{ request.approval_notes }}
You can view the request at:
{{ request.client_request_url }}
If you have further questions you may reply to this email.
More information on the allocation request process is available at:
{% endblock %}