{% autoescape off %}Hello {{ receiver.get_short_name }},


Your {{ org_name }} application to {{ application.info }} has been declined.

If you think this is an error please email {{ org_email }}

The link to the declined application is {{ link }}.

{% if is_secret %}This URL must remain secret, do not give it to anybody else. Please
make sure nobody is already logged into Karaage from your computer before using it.

This link will expire in 7 days.
{% else %}If you are not already logged in you will be required to log in before using this link.
{% endif %}

{% include "karaage/emails/email_footer.txt" %}{% endautoescape %}
