value="{{ dossier.id }}" />
</fieldset>
+ {% with forms.dossier as form %}
+
+ <fieldset>
+ <h2>Accès et ouverture des comptes</h2>
+ <table>
+ <tbody>
+ <tr>
+ <th>
+ {{ form.compte_compta.label_tag }}
+ </th>
+ <td>
+ {{ form.compte_compta }}<br />
+ {{ form.compte_compta.errors }}
+ </td>
+ <th>
+ {{ form.compte_courriel.label_tag }}
+ </th>
+ <td>
+ {{ form.compte_courriel }}<br />
+ {{ form.compte_courriel.errors }}
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </fieldset>
+
+ <fieldset>
+ <h2>Pièces jointes</h2>
+ <p class="info">CV, lettre de motivation...</p>
+ {% include "dae/pieces.html" %}
+ </fieldset>
+
<fieldset>
<h2>Comparaison salariale</h2>
<span class="info">dans la région pour les employés occupant un poste similaire</span>
<div id="form-dossier">
<!-- Wrapper du formulaire de dossier -->
- {% with forms.dossier as form %}
-
<fieldset>
<h2>Contrat</h2>
</tbody>
</table>
</fieldset>
-
-
-<fieldset>
-<h2>Accès et ouverture des comptes</h2>
-<table>
- <tbody>
- <tr>
- <th>
- {{ form.compte_compta.label_tag }}
- </th>
- <td>
- {{ form.compte_compta }}<br />
- {{ form.compte_compta.errors }}
- </td>
- <th>
- {{ form.compte_courriel.label_tag }}
- </th>
- <td>
- {{ form.compte_courriel }}<br />
- {{ form.compte_courriel.errors }}
- </td>
- </tr>
- </tbody>
-</table>
-</fieldset>
-
- </div>
-
- <fieldset>
- <h2>Pièces jointes</h2>
- <p class="info">CV, lettre de motivation...</p>
- {% include "dae/pieces.html" %}
- </fieldset>
+</div>
<h2 class="section">SECTION 3 - COÛT GLOBAL</h2>
</table>
</div>
</div>
- {% endwith %}
-
-
-
-
{% include 'dae/embauche-remun.html' %}
<!-- <select id="type-remun" name="type-remun"> -->
<!-- </select> -->
</fieldset>
+ {% endwith %}
<h2 class="section">SECTION 4 - JUSTIFICATION DE LA DEMANDE (OBLIGATOIRE)</h2>
<h3>A - Justification du poste</h3>
</fieldset>
<fieldset>
+<h2>Accès et ouvertures des comptes</h2>
+<table>
+ <tbody>
+ <tr>
+ <th>Compte comptabilité<th>
+ <td>{% if dossier.compte_compta %}oui{% else %}non{% endif %}</td>
+ <th>Compte courriel</th>
+ <td>{% if dossier.compte_courriel %}oui{% else %}non{% endif %}</td>
+ </tr>
+ </tbody>
+</table>
+</fieldset>
+
+<fieldset>
+ <h2>Pièces jointes</h2>
+ <ul>
+ {% for pj in dossier.dae_dossierpieces.all %}
+ <li><a href="{% url dossier_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}</a></li>
+ {% endfor %}
+ </ul>
+</fieldset>
+
+<fieldset>
<h2>Comparaison salariale</h2>
<span class="info">dans la région pour les employés occupant un poste similaire</span>
<table>
{% include "dae/embauche-dossier-consulter.html" %}
</div>
-<fieldset>
- <h2>Pièces jointes</h2>
- <ul>
- {% for pj in dossier.dae_dossierpieces.all %}
- <li><a href="{% url dossier_piece pj.id pj.fichier.name|basename %}">{{ pj.nom }}</a></li>
- {% endfor %}
- </ul>
-
-</fieldset>
-
<h2 class="section">SECTION 3 - COÛT GLOBAL</h2>
<fieldset>