{% if not json.err %}

Ma situation en terme d’accompagnement

{% if json.data.soumisDD == "Soumis à droit et devoir" %} « J’ai des droits et des obligations. » {% else %} « Je n’ai pas d’accompagnement obligatoire. » {% endif %}

{% if json.data.oriente %} « J’ai un référent. » {% else %} « Je n’ai pas de référent. » {% endif %}

{% if not json.data.oriente %}
{% if json.data.soumisDD != "Soumis à droit et devoir" %}

Je peux quand même être aidé dans mes démarches.

{% else %}

Je n’ai pas d’accompagnement actuellement mais je dois en avoir un. Je dois prendre contact avec mon Territoire d’Action Sociale afin de régulariser ma situation.

{% endif %} {% if json_brsa.data.dossier.adresse.lieu.localisation.nomCirconscription %} {% with i=json_brsa.data.dossier.adresse.lieu.localisation %}

Je contacte mon Territoire d’Action Sociale :

{% endwith %} {% else %}

Vous n’avez pas de Territoire d’Action Sociale de défini.

{% endif %}
{% endif %}
{% if json.data.oriente %} {% with data=json_evaluations.data %}
{% if data.typeorientation == "Emploi" %}

Mon référent est : {{ data.rsa_links.structAcc.0.content.libelleReferentiel|default:"Pôle Emploi" }}

Depuis le : {{ data.commission.dateDecision|default:"date inconnue" }}

Coordonnées : 39 49 (gratuit depuis un poste fixe) ou www.pole-emploi.fr

{% else %} {% if data.corrOrientationChoix == 'CONSEIL_DEPARTEMENTAL' %}

Mon référent est : {{ data.corrOrientIntervenantSocial }}{% if data.corrOrientStructureAccompagnement %} - {{ data.corrOrientStructureAccompagnement }}{% endif %}

Depuis le : {{ data.commission.dateDecision|default:"date inconnue" }}

Coordonnées :

    {% if data.rsa_links.corrOrient.content.coordonnees.numeroTelephone %}
  • Téléphone : {{ data.rsa_links.corrOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}
  • {% endif %} {% if data.rsa_links.corrOrientStructAcc.content.email %}
  • Email : {{ data.rsa_links.corrOrientStructAcc.content.email }}
  • {% endif %}
{% else %}

Mon référent est : {{ data.refOrientIntervenantSocial|default:"" }}{% if data.refOrientStructureAccompagnement %} - {{ data.refOrientStructureAccompagnement }}{% endif %}

Depuis le : {{ data.commission.dateDecision|default:"date inconnue" }}

{% if data.rsa_links.refOrient.content %}

Coordonnées :

    {% if data.rsa_links.refOrient.content.coordonnees.numeroTelephone %}
  • Téléphone : {{ data.rsa_links.refOrient.content.coordonnees.numeroTelephone|phonenumber_fr }}
  • {% endif %} {% if data.rsa_links.refOrient.content.coordonnees.courriel %}
  • Email : {{ data.rsa_links.refOrient.content.coordonnees.courriel }}
  • {% endif %}
{% endif %} {% endif %} {% endif %}
{% if json.data.soumisDD != "Soumis à droit et devoir" %}

Je dois contacter mon référent pour faire le point sur ma situation.

{% endif %} {% if json.data.soumisDD == "Soumis à droit et devoir" and data.typeorientation == "Emploi" %}

Mon numéro de demandeur d’emploi

{% if json.data.poleEmploi.code and not json.data.poleEmploi.radiation %}

Mon numéro de demandeur d’emploi : {{ json.data.poleEmploi.code }}

Je suis inscrit à Pôle Emploi. J’ai un Projet Personnalisé d’Accès à l’Emploi. Je dois le respecter.

{% else %}

Mon numéro de demandeur d’emploi : Pas d’inscription Pôle Emploi enregistrée.

Je ne suis pas inscrit à Pôle Emploi. Je dois m’inscrire rapidement. Dans le cas contraire, je risque une réduction de mon RSA.

{% endif %} {% endif %} {% if json.data.soumisDD == "Soumis à droit et devoir" and data.typeorientation == "Social" %}

Mon dernier contrat d’insertion

{% if not json_engagements.err and json_engagements.data and json_engagements.data.dateDebContrat and data.indexOrientation %} {% with e=json_engagements.data %}
Date de début du contrat {{ e.dateDebContrat }}
Date de fin du contrat {{ e.dateFinContrat }}
Objectifs
    {% for obj in e.objectifs %}
  • {{ obj.libelle }}
  • {% endfor %}
Date du bilan {{ e.dateBilan|default:"non fixée" }}
{% now "Y-m-d" as today %} {% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" >= today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" %}

J’ai un contrat d’insertion. Je dois le respecter. En cas de difficultés, je prends contact avec mon référent.

{% endif %} {% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" < today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" and not e.dateBilan %}

Je dois faire le bilan de mon contrat d’insertion. Si ce n’est pas déjà fait, je prends contact avec mon référent.

{% endif %} {% if e.dateFinContrat|strptime:"%d/%m/%Y"|date:"U"|add:"0" < today|strptime:"%Y-%m-%d"|date:"U"|add:"2678000" and e.dateBilan %}

Pour la suite de mon parcours, si je ne l’ai pas déjà fait, je prends contact avec mon référent.

{% endif %}
{% endwith %} {% else %}

Je n’ai pas de contrat d’insertion mais je dois en avoir un. Je dois prendre contact avec mon référent.

{% endif %} {% endif %} {% endwith %} {% endif %}
{% endif %}