{% load static %} {% if not json.count %}

Vous n'avez pas encore transmis votre curriculum vitae. Complétez ce formulaire : Formulaire de dépôt de CV

{% else %}

Vous avez déjà transmis votre CV. Vous pouvez le modifier en cliquant sur ce bouton : Modifier mon CV

{% endif %}

Gestion de vos candidatures

{% if json %} {% if not json.data %}

Aucune candidature n'a été trouvée.

{% else %}
{% for candidature in json.data %} {% with status=candidature.workflow.status.name %}

{{ candidature.fields.emploi }}

Date de candidature : {{ candidature.fields.date_candidature|date:"d/m/Y" }}

Statut : {{ status }}

{% with url_form=eservices_url|add:"imio-projet-rh-changement-de-statut/" %} {% if status == "Proposition CVThèque" %} Accepter Refuser {% elif status == "Invitation à l'épreuve écrite" %} Accepter Refuser {% elif status == "Invitation à l'épreuve orale" %} Accepter Refuser {% else %}

Pas d'action disponible

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

Un problème au niveau du serveur est survenu. Merci d'actualiser cette page dans quelques minutes.

{% endif %}