{% extends 'JobBoardBundle::managerLayout.html.twig' %} {% block jobMenuActive%}active{% endblock %} {% block contentId %}AdShow{% endblock %} {% block breadcrumb%}
  • Liste des offres d'emploi/
  • {{ad.title}}
  • {% endblock %} {% block content %}

    {{ ad.title }}  Type de contrat : {{ad.getContractType}}

    {% if edit_form %} {% include 'AvBaseJobBoardBundle:Back/Ad:EditForm.html.twig' with {'ad': ad, 'edit_form' : edit_form, 'delete_form' : delete_form} %} {% else %}
    {% if ad.status == "published" %} Ne pas publier {% else %} Publier {% endif %} Modifier Offre créée le {{ad.getUpdatedAt|date("d/m/Y H:i:s")}}

    Description de l'offre -

    {{ad.getDescription}}

    Profils recherche

    {{ad.getWantedProfile}}

    {% if ad.status == "published" %} Ne pas publier {% else %} Publier {% endif %} Modifier
    {% endif %}

    Candidats qui ont postulé à cette offre

    {% if ad.applicants.count %}
    {% for applicant in ad.applicants %} {% endfor %}
    Candidat Statut de la candidature
    {{ applicant.candidate.lastname }} {{ applicant.candidate.firstname }} {{ applicant.candidate.lastname }} {{ applicant.candidate.firstname }}
    {{ ("applicant.status."~applicant.status)|trans }}
    {{ ("applicant.status."~applicant.status)|trans }} Confirmé Rejeté Rendez-vous fixé
    {% else %}
    Aucun candidat
    {% endif %}
    {% endblock %} {% block script %} {{ parent() }} {% endblock %}