{% extends 'reseau/main.html' %} {% load static %} {% block content %}
| # | NOM Prénom | Structure | Métiers | Jour | Nuit | Actions |
|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{candidate.user.last_name|upper}} {{candidate.user.first_name}} | {{candidate.structure}} | {{candidate.metiers}} | {{candidate.day|yesno:"Oui, Non, Peut-Être" }} | {{candidate.night|yesno:"Oui, Non, Peut-Être" }} | {% if not mission.worker %} Recruter {% endif %} {% if mission.worker.user.pk == candidate.user.pk %} Annuler recrutement {% endif %} |