{% extends "messages/email/base.html" %} {% block content %}{% with email_context=source.page.specific %}We appreciate your {{ email_context.title }} application submission to the {{ ORG_LONG_NAME }}. We will review and reply to your submission as quickly as possible. Our reply will have the next steps for your {{ email_context.title }} application. You can find more information about our support options, review process and selection criteria on our website. {{ email_context.confirmation_text_text }}{% endwith %} Project name: {{ source.title }} Contact name: {{ source.user.get_full_name }} Contact email: {{ source.user.email }}{% endblock %}