+ </fieldset>
+
+ <fieldset>
+ <h2>Recrutement</h2>
+ <table>
+ <tbody>
+ <tr>
+ <th>{{ form.statut_residence.label_tag }} :<br />{{ form.statut_residence.errors }}</th>
+ <td>
+ <span class="row">
+ {{ form.statut_residence }}
+ {{ form.mise_a_disposition.label_tag }}
+ {{ form.mise_a_disposition.errors }}
+ {{ form.mise_a_disposition }}
+ </span>
+ </td>
+ </tr>
+ <tr>
+ <th>{{ form.appel.label_tag }} :<br />{{ form.appel.errors }}</th>
+ <td>
+ <span class="row">
+ {{ form.appel }}
+ </span>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </fieldset>
+
+ <fieldset>
+ <h2>Durée prévue du poste </h2>
+ <span class="info">Indépendamment du titulaire du poste</span>
+ <table>
+ <tbody>
+ <tr>
+ <th rowspan="2">Durée :</th>
+ <td>du</td>
+ <td>
+ {{ form.date_debut }}<br />
+ <span class="info">({{form.date_debut.help_text }})</span><br />
+ {{ form.date_debut.errors }}
+ </td>
+ <td> au </td>
+ <td>
+ {{ form.date_fin }}<br />
+ <span class="info">({{form.date_fin.help_text }})</span><br />
+ {{ form.date_fin.errors }}
+ </td>
+ <th>{{ form.regime_travail.label_tag }} :<br />{{ form.regime_travail.errors }}</th>
+ <td colspan="4">
+ {{ form.regime_travail }}
+ <span class="info">{{ form.regime_travail.help_text }}</span>
+ </td>
+ </tr>
+ <tr>
+ <td colspan="4" class="info">
+ <p id="note-duree">Pour une durée indéterminée, spécifier uniquement la date de début.</p>
+ </td>
+ <th>
+ {{ form.regime_travail_nb_heure_semaine.label_tag }} :<br />
+ {{ form.regime_travail_nb_heure_semaine.errors }}
+ </th>
+ <td>{{ form.regime_travail_nb_heure_semaine }}</td>
+ </tr>
+ </tbody>
+ </table>
+ </fieldset>
+
+ <fieldset>
+ <h2>Classement du poste</h2>
+ <table id="classement">
+ <tbody>
+ <tr>
+ <th></th>
+ <th>Échelon AUF</th>
+ <th>Coefficient</th>
+ <th>Valeur du point</th>
+ <th>Devise</th>
+ <th colspan="2">Salaire de base</th>
+ <th colspan="2">Indemnité, responsabilité (le cas échéant)</th>
+ <th colspan="2">Autres</th>
+ <th colspan="2">TOTAL</th>
+ <th>Taux > €</th>
+ <th colspan="2">Conversion EUR</th>
+ </tr>
+ <tr>
+ <th>Minimum</th>
+ <td>
+ {{ form.classement_min }}
+ {{ form.classement_min.errors }}
+ </td>
+ <td>
+ {{ form.coefficient_min }}
+ {{ form.coefficient_min.errors }}
+ </td>
+ <td>
+ {{ form.valeur_point_min }}
+ {{ form.valeur_point_min.errors }}
+ </td>
+ <td>
+ {{ form.devise_min }}
+ {{ form.devise_min.errors }}
+ </td>
+ <td>
+ {{ form.salaire_min }}
+ {{ form.salaire_min.errors }}
+ </td>
+ <td><span class="devise_code">EUR</span></td>
+ <td>{{ form.indemn_min }}</td>
+ <td><span class="devise_code">EUR</span></td>
+ <td>{{ form.autre_min }}</td>
+ <td><span class="devise_code">EUR</span></td>
+ <td id="total_min" class="total-devise cell-nombre">0.00</td>
+ <td><span class="devise_code">EUR</span></td>
+ <td class="taux">1</td>
+ <td id="total_min_euro" class="total-euro cell-nombre">0.00</td>
+ <td>€</td>
+ </tr>
+ <tr>
+ <th>Maximun</th>
+ <td>
+ {{ form.classement_max }}
+ {{ form.classement_max.errors }}
+ </td>
+ <td>
+ {{ form.coefficient_max }}
+ {{ form.coefficient_max.errors }}
+ </td>
+ <td>
+ {{ form.valeur_point_max }}
+ {{ form.valeur_point_max.errors }}
+ </td>
+ <td>
+ {{ form.devise_max }}
+ {{ form.devise_max.errors }}
+ </td>
+ <td>
+ {{ form.salaire_max }}
+ {{ form.salaire_max.errors }}
+ </td>
+ <td><span class="devise_code">EUR</span></td>
+ <td>{{ form.indemn_max }}</td>
+ <td><span class="devise_code">EUR</span></td>
+ <td>{{ form.autre_max }}</td>
+ <td><span class="devise_code">EUR</span></td>
+ <td id="total_max" class="total-devise cell-nombre">0.00</td>
+ <td><span class="devise_code">EUR</span></td>
+ <td class="taux">1</td>
+ <td id="total_max_euro" class="total-euro cell-nombre">0.00</td>
+ <td>€</td>
+ </tr>
+ </tbody>
+ </table>
+
+ <p class="info">N.B Conversion en EUROS au taux de change budgétaire</p>
+ </fieldset>
+
+ {% comment %}{% if new %}{% endcomment %}
+ <fieldset>
+ <h2>Éléments de comparaison</h2>
+ <span class="info">Compléter uniquement lors de la création d'un poste</span>
+ <table>
+ <tbody>
+ <tr>
+ <th>Devise</th>
+ <td>
+ {{ form.devise_comparaison }}
+ {{ form.devise_comparaison.errors }}
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ <table>
+ <tbody>
+ <tr>
+ <th></th>
+ <th colspan="2">Entreprise locale</th>
+ <th colspan="2">Université</th>
+ <th colspan="2">Fonction publique</th>
+ <th colspan="2">ONG</th>
+ <th colspan="2">Autre</th>
+ </tr>
+ <tr>
+ <th>Minimum</th>
+ <td>{{ form.comp_locale_min }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_universite_min }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_fonctionpub_min }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_ong_min }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_autre_min }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ </tr>
+ <tr>
+ <th>Maximum</th>
+ <td>{{ form.comp_locale_max }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_universite_max }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_fonctionpub_max }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_ong_max }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ <td>{{ form.comp_autre_max }}</td>
+ <td><span class="devise_comp_code">€</span></td>
+ </tr>
+ </tbody>
+ </table>
+ </fieldset>
+ {% comment %}{% endif %}{% endcomment %}
+
+ <fieldset>
+ <h2>Pièces jointes</h2>
+ <p class="info">Compléter uniquement lors de la création d'un poste</p>
+ {% include "dae/pieces.html" %}
+ </fieldset>
+
+ <fieldset>
+ <h2>Financement</h2>
+ <span class="info">Si vous avez plusieurs financements, cliquer sur sauvegarder et une nouvelle ligne de financement sera disponible.</span>
+ {% include "dae/financements.html" %}
+ </fieldset>
+
+ {{ form.etat }}
+ <input type="submit" name="save" value="Sauvegarder" />
+
+</form>
+