{% extends 'base_backend.html.twig' %} {% block nombreMessage %}{{ nbrMsg }}{% endblock %} {% block body %}
{% for o in off %} {% set i=0 %}{% set j = 0 %} {% for t in t1 %} {% if t.autre==o.id %} {% set i=i+1 %} {% if t.vu=='1' %} {% else %} {% set j=j+1 %} {% endif %}{% endif %} {% endfor %}
{% if o.autre=='1' %}
Offre activé
{% else %}
Offre désactivé
{% endif %}
{% endfor %}
Liste de candidature spontanée
{% for t in t2 %} {% endfor %}
Nom & prénom Niveau scolaire Experience Engine version Action
{{ t.nom }} {{ t.prenom }} {{ t.niv }} {{ t.dateposte }} -
Nom & prénom Niveau scolaire Experience Engine version Action
Basic Data Tables example with responsive plugin
{% for t in t3 %} {% endfor %}
Nom & prénom Niveau scolaire Experience Engine version Action
{{ t.nom }} {{ t.prenom }} {{ path('carriereDetail',{'id':t.id}) }} {{ t.dateposte }} -
Nom & prénom Niveau scolaire Experience Engine version Action
{% endblock %}