{% extends 'base.html.twig' %} {% block title %}GRH{% endblock %} {% block body %}

GRH

Id {{ grh.id }}
Prenom {{ grh.prenom }}
Nom {{ grh.nom }}
ExperienceProfessionnelle {{ grh.experienceProfessionnelle }}
Motivation {{ grh.motivation }}
ProjetRH {{ grh.projetRH }}
Email {{ grh.email }}
Telephone {{ grh.telephone }}
Cni {{ grh.cni }}
back to list edit {{ include('grh/_delete_form.html.twig') }} {% endblock %}