1 {% extends 'admin/base_site.html' %}
2 {% load i18n adminmedia form_utils_tags %}
4 {% block title %}RH - Recrutement{% endblock %}
5 {% block sous_titre %}Envoyer courriel aux candidats{% endblock %}
10 <div id=
"content-main">
11 {% block object-tools %}{% endblock %}
14 <h2>Sélectionner modèle de courriel
</h2>
16 <form action=
"" method=
"post">
19 <td>{{ form.template.label }}
</td>
20 <td>{{ form.template }}
</td>
24 <div class=
"submit-row">
25 <input type=
"submit" name=
"_save" class=
"default" value=
"Suivant">