1 {% extends 'base.html' %}
4 {% block title %}RH{% endblock %}
5 {% block sous_titre %}Accueil{% endblock %}
8 <div id=
"content-main">
9 {% block object-tools %}{% endblock %}
15 <h2>Poster pour un appel d'offre d'emploi
</h2>
18 <form action=
"" method=
"post" enctype=
"multipart/form-data">
20 <h2>Informations personnelles
</h2>
21 <table id=
"informations_personnelles">
24 <td>{{ form.prenom.label }}
</td>
25 <td>{{ form.prenom }}
</td>
28 <td>{{ form.nom.label }}
</td>
29 <td>{{ form.nom }}
</td>
32 <td>{{ form.genre.label }}
</td>
33 <td>{{ form.genre }}
</td>
36 <td>{{ form.nationalite.label }}
</td>
37 <td>{{ form.nationalite }}
</td>
39 <td>{{ form.situation_famille.label }}
</td>
40 <td>{{ form.situation_famille }}
</td>
43 <td>{{ form.nombre_dependant.label }}
</td>
44 <td>{{ form.nombre_dependant }}
<br />
45 <span class=
"info">{{ form.nombre_dependant.help_text }}
54 <table id=
"coordonnees">
57 <td>{{ form.telephone.label }}
</td>
58 <td>{{ form.telephone }}
</td>
61 <td>{{ form.email.label }}
</td>
62 <td>{{ form.email }}
</td>
65 <td>{{ form.adresse.label }}
</td>
66 <td>{{ form.adresse }}
</td>
69 <td>{{ form.ville.label }}
</td>
70 <td>{{ form.ville }}
</td>
73 <td>{{ form.etat_province.label }}
</td>
74 <td>{{ form.etat_province }}
</td>
77 <td>{{ form.code_postal.label }}
</td>
78 <td>{{ form.code_postal }}
</td>
81 <td>{{ form.pays.label }}
</td>
82 <td>{{ form.pays }}
</td>
88 <h2>Informations professionnelles
</h2>
89 <table id=
"informations_professionnelles">
92 <td>{{ form.niveau_diplome.label }}
</td>
93 <td>{{ form.niveau_diplome }}
</td>
96 <td>{{ form.employeur_actuel.label }}
</td>
97 <td>{{ form.employeur_actuel }}
</td>
100 <td>{{ form.poste_actuel.label }}
</td>
101 <td>{{ form.poste_actuel }}
</td>
104 <td>{{ form.domaine_professionnel.label }}
</td>
105 <td>{{ form.domaine_professionnel }}
</td>
111 <h2>Pièces jointes
</h2>
112 <p class=
"info">CV, lettre de motivation...
</p>
113 {% include
"recrutement/pieces.html" %}
116 <h2>Vérification CAPTCHA
</h2>
117 <p class=
"info">Entrez les caractères figurant dans l'image ci-dessous.
</p>
121 {{ form.captcha.errors }}
125 <div class=
"submit-row">
126 <input type=
"submit" name=
"save" value=
"Enregistrer" />