{% extends "job_offers/mails/base.html" %} {% load i18n %} {% block content %}

{% trans "We confirm the reception of your application." %}

{% trans "Summary of your application:" %}

{% block summary_container %} {% endblock %} {% block message %}

{% trans "message:" %}

{{ 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 %}