{% extends 'JobBoardBundle::managerLayout.html.twig' %} {% block jobMenuActive%}active{% endblock %} {% block contentId %}AdShow{% endblock %} {% block breadcrumb%}
  • Liste des offres d'emploi/
  • {{ad.title}}
  • {% if ad.status == "published" %} Ne pas publier {% else %} Publier {% endif %} Modifier
  • {% endblock %} {% block content %}

    {{ ad.title }}  

    Type de contrat : {{ad.getContractType}} Offre créée le {{ad.getUpdatedAt|date("d/m/Y H:i:s")}}
    Secteur : {{ad.sector}}
    Ville : {{ad.getCity}} ({{ad.getCountry}})
    Entreprise : {{ad.author}}
    Rémunération : {{ad.getReadableWage}}

    {% if edit_form %} {% include 'AvJobBoardBundle:Back/Ad:EditForm.html.twig' with {'ad': ad, 'edit_form' : edit_form, 'delete_form' : delete_form} %} {% else %} {% if ad.getDescription %}

    Description de l'offre

    {{ad.getDescription|raw}}

    {% endif %} {% if ad.getBonus %}

    Description de l'entreprise

    {{ad.getCompanyDescription|raw}}

    {% endif %} {% if ad.skills != '
    ' %}

    Compétences requises

    {{ad.skills|raw}}

    {% endif %} {% if ad.getWantedProfile %}

    Profils recherche

    {{ad.getWantedProfile|raw}}

    {% endif %} {% if ad.getNotice %}

    Remarque

    {{ad.getNotice}}

    {% endif %}
    {% if ad.status == "published" %} Ne pas publier {% else %} Publier {% endif %} Modifier
    {% endif %}
    {% 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 }}
    {% else %}
    Aucun candidat
    {% endif %}
    {% endblock %} {% block script %} {{ parent() }} {% endblock %}