-
-<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>
-