1 {% extends 'base.html' %}
4 {% block title %}RH{% endblock %}
5 {% block titre %}Ressources humaines{% endblock %}
6 {% block sous_titre %}Accueil{% endblock %}
9 <div id=
"content-main">
10 {% block object-tools %}{% endblock %}
16 <h2>Poster pour un appel d'offre d'emploi
</h2>
19 <form action=
"" method=
"post" enctype=
"multipart/form-data">
21 <h2>Informations personnelles
</h2>
22 <table id=
"informations_personnelles">
25 <td>{{ form.prenom.label }}
</td>
26 <td>{{ form.prenom }}
</td>
29 <td>{{ form.nom.label }}
</td>
30 <td>{{ form.nom }}
</td>
33 <td>{{ form.genre.label }}
</td>
34 <td>{{ form.genre }}
</td>
37 <td>{{ form.nationalite.label }}
</td>
38 <td>{{ form.nationalite }}
</td>
40 <td>{{ form.situation_famille.label }}
</td>
41 <td>{{ form.situation_famille }}
</td>
44 <td>{{ form.nombre_dependant.label }}
</td>
45 <td>{{ form.nombre_dependant }}
<br />
46 <span class=
"info">{{ form.nombre_dependant.help_text }}
55 <table id=
"coordonnees">
58 <td>{{ form.telephone.label }}
</td>
59 <td>{{ form.telephone }}
</td>
62 <td>{{ form.email.label }}
</td>
63 <td>{{ form.email }}
</td>
66 <td>{{ form.adresse.label }}
</td>
67 <td>{{ form.adresse }}
</td>
70 <td>{{ form.ville.label }}
</td>
71 <td>{{ form.ville }}
</td>
74 <td>{{ form.etat_province.label }}
</td>
75 <td>{{ form.etat_province }}
</td>
78 <td>{{ form.code_postal.label }}
</td>
79 <td>{{ form.code_postal }}
</td>
82 <td>{{ form.pays.label }}
</td>
83 <td>{{ form.pays }}
</td>
89 <h2>Informations professionnelles
</h2>
90 <table id=
"informations_professionnelles">
93 <td>{{ form.niveau_diplome.label }}
</td>
94 <td>{{ form.niveau_diplome }}
</td>
97 <td>{{ form.employeur_actuel.label }}
</td>
98 <td>{{ form.employeur_actuel }}
</td>
101 <td>{{ form.poste_actuel.label }}
</td>
102 <td>{{ form.poste_actuel }}
</td>
105 <td>{{ form.domaine_professionnel.label }}
</td>
106 <td>{{ form.domaine_professionnel }}
</td>
112 <h2>Pièces jointes
</h2>
113 <p class=
"info">CV, lettre de motivation...
</p>
114 {% include
"recrutement/pieces.html" %}
117 <h2>Vérification CAPTCHA
</h2>
118 <p class=
"info">Entrez les caractères figurant dans l'image ci-dessous.
</p>
122 {{ form.captcha.errors }}
126 <div class=
"submit-row">
127 <input type=
"submit" name=
"save" value=
"Enregistrer" />