{% extends "job_offers/mails/base.html" %} {% load i18n %} {% block content %}
{% trans "We confirm the reception of your application." %}
{{ application.message }}
{% endblock %} {% endblock %} {% block footer_container %}{% trans "We thank you for your interest in our company and we will get back to you as soon as possible." %}
{{block.super}} {% endblock %}