{% if paginator.getNbResults > 0 %} {% for ad in paginator %} {% endfor %}
Titre de l'offre Entreprise Date de soumission Actions
{{ ad.title }}
{%if ad.applicants.count>0 %} {{ad.applicants.count}} {%if ad.applicants.count== 1%}candidat{%else %}candidats{% endif %} {% endif %}
{{ ad.author.company }} {{ ad.updatedAt|date("d/m/Y") }}
{% if status != 'published'%} {% endif %} {% if status != 'unpublished'%} {% endif %} {% if status != 'archived'%} {% endif %}{% if status == 'archived'%} {% endif %}
{% else %}

{{ ("manager.ads.list.empty."~status)|trans }}

{% endif %} {% include 'AvBaseJobBoardBundle:Manager:pagination.html.twig' with { 'paginator': paginator,'status': status, 'route':'adsListByStatus','update':"ads-list-"~ status, 'orderBy': orderBy, 'way': way} %} {% if is_granted('ROLE_ADMIN') %}
Nouvelle offre d'emploi
{% endif %}