publik-base-theme/templates/combo/json/rsa-accompagnement-global.html

22 lines
748 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% if not json.err and json.data %}
<h2>Mon accompagnement global</h2>
<div>
<div class="rsa-cell--introduction">
<p>Je suis (ou jai été) accompagné(e) par le Département et par Pôle Emploi.<br/>
Pôle Emploi maide à trouver un emploi ou une formation.<br/>
Le Département maide à trouver des solutions à mes problèmes.</p>
</div>
<div class="rsa-cell--datas">
{% with json.data|last as action %}
<table class="pk-data-table pk-table-borders pk-table-zebra">
<tr><td>Date de début</td><td>{{ action.debut }}</td></tr>
<tr><td>Date de fin</td><td>{{ action.fin|default:"" }}</td></tr>
</table>
{% endwith %}
</div>
</div>
{% endif %}