{% if not json_brsa.err %}

Mes actions d’insertion

Le Département propose des actions qui vont m’aider selon mes besoins.

Pour participer je dois en parler à mon référent ou contacter mon territoire d’action sociale.

{% if not json.err and json.data %}
{% for action in json.data %} {% if action.debut|strptime:"%d/%m/%Y"|date:"Y-m-d" > "01/01/2018"|strptime:"%d/%m/%Y"|date:"Y-m-d" %} {% endif %} {% endfor %}
Avec qui Quoi Date de début Date de fin
{{ action.rsa_links.structure.content.libelleReferentiel|default:"" }} {{ action.nom|default:"" }} {{ action.debut|default:"" }} {{ action.fin|default:"" }}
{% else %}

Je n’ai aucune action en cours.

{% endif %}
{% endif %}