-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Annuaire</h2>
{% include "rh/form-row.html" with label="Région" value=dossier.poste.implantation.region %}
{% include "rh/form-row.html" with label="Implantation" value=dossier.poste.implantation %}
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Informations générales</h2>
{% include "rh/form-row.html" with label="Date début d'occupation" value=dossier.date_debut %}
{% include "rh/form-row.html" with label="Date fin d'occupation" value=dossier.date_fin %}
{% endif %}
</fieldset>
-<fieldset class="module page-break">
+<fieldset class="module aligned page-break">
<h2>Rémunération en cours</h2>
<table>
{% include "dae/embauche-remun-consulter.html" %}
{% include "rh/include/pieces.html" %}
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Contrats</h2>
<table>
<tr>
</table>
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Historique de rémunération</h2>
{% include "rh/include/remunerations.html" with remunerations=dossier.remunerations %}
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Commentaires</h2>
{% include "rh/include/commentaires.html" %}
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Identification</h2>
{% include "rh/form-row.html" with label="Nom" value=poste.nom %}
{% include "rh/form-row.html" with label="Implantation" value=poste.implantation %}
- {% include "rh/form-row.html" with label="Type" value=poste.type_service %}
+ {% include "rh/form-row.html" with label="Type" value=poste.type_poste %}
{% include "rh/form-row.html" with label="Service" value=poste.service %}
{% include "rh/form-row.html" with label="Responsable" value=poste.responsable %}
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Contrat</h2>
{% include "rh/form-row.html" with label="Régime de travail (% du temps complet)" value=poste.regime_travail %}
{% include "rh/form-row.html" with label="Régime de travail (Nb. heures par semaine)" value=poste.regime_travail_nb_heure_semaine %}
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Recrutement</h2>
{% include "rh/form-row.html" with label="Local" value=poste.local|yesno:"Oui,Non,Inconnu" %}
{% include "rh/form-row.html" with label="Expatrié" value=poste.expatrie|yesno:"Oui,Non,Inconnu" %}
{% include "rh/form-row.html" with label="Date fin" value=poste.date_fin|default:"s/o" %}
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Rémunération</h2>
<table id="classement">
<thead>
</table>
</fieldset>
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Comparatif</h2>
<h4>Device comparative : {{ poste.devise_comparaison }} </h4>
</fieldset>
{% if poste.justification %}
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Justification</h2>
<p>
{{ poste.justification }}
{% endif %}
{% if financements|length > 0 %}
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Financement</h2>
<table>
<thead>
{% include "rh/include/pieces.html" %}
{% if dossiers|length > 0 %}
-<fieldset class="module">
+<fieldset class="module aligned">
<h2>Dossiers</h2>
<table>
<thead>