<p>Il n'y a aucun poste en cours de validation.</p>
{% endif %}
+<h2>Les postes ayant un dossier refusé</h2>
+{% if postes_non_valides %}
+<table class="tablesorter">
+<thead>{% include "dae/poste-header.html" %}</thead>
+<tbody>
+{% for poste in postes_avec_dossier_refuse %}
+ {% include "dae/poste-row.html" %}
+{% endfor %}
+</tbody>
+</table>
+{% else %}
+ <p>Il n'y a aucun poste avec un dossier refusé.</p>
+{% endif %}
+
<h2>Les postes validés</h2>
{% if postes_valides %}
<table class="tablesorter">