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

Vous n'avez pas encore transmis votre curriculum vitae.

Complétez ce formulaire :

Formulaire de dépôt de CV
{% else %} {% if not cv_expiration.count %}

Vous avez déjà transmis votre CV.

Vous pouvez le modifier en cliquant sur ce bouton :

Modifier mon CV
{% else %}

Votre CV est sur le point d'expirer, pour le prolonger vous pouvez :

Modifiez votre CV en cliquant sur ce bouton :

Modifier mon CV

Prolongez votre CV en cliquant sur ce bouton :

Prolonger mon CV

Ces deux actions prolongeront la validité de votre CV d'un an.

{% endif %} {% 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 }}{% if candidature.workflow.fields.epreuve_en_cours %} {{ candidature.workflow.fields.epreuve_en_cours }}{% endif %}

{% with url_form=eservices_url|add:"imio-projet-rh-changement-de-statut/" %} {% if epreuves.count %} {% for epreuve in epreuves.data %} {% if epreuve.id == candidature.workflow.fields.id_fiche_epreuve_en_cours %} {% with url_form_agenda=epreuve.fields.lien_formulaire_inscription %} {% if not url_form_agenda %}Accepter{% else %}Réserver{% endif %} {% endwith %} Refuser {% endif %} {% endfor %} {% elif status == "Proposition CVThèque" %} 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 %}