{% extends "messages/email/base.html" %} {% load i18n %} {% block content %}{% blocktrans with title=source.page.specific.title %}We appreciate your {{ 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 {{ title }} application. You can find more information about our support options, review process and selection criteria on our website.{% endblocktrans %} {% with email_context=source.page.specific %}{{ email_context.confirmation_text_extra }}{% endwith %} {% trans "Project name" %}: {{ title }} {% trans "Contact name" %}: {{ source.user.get_full_name }} {% trans "Contact email" %}: {{ source.user.email }}{% endblock %}