{% extends 'base.html.twig' %} {% block title %}Demande ouverture CET | Money Team{% endblock %} {% block body %}

Demande individuelle d’ouverture de Compte Épargne Temps (C.E.T)

{{ form_start(form) }}
{{ form_row(form.agence) }}
{{ form_row(form.prenom) }} {{ form_row(form.naissance) }} {{ form_row(form.email) }}
{{ form_row(form.nom) }} {{ form_row(form.lieuNaissance) }}
{{ form_row(form.anciennete) }}
{{ form_row(form.demandeOuverture) }}

Je souhaite que team emploi y affecte *

{{ form_row(form.ifm) }} {{ form_row(form.congePaye) }} {{ form_row(form.majorationHeure) }} {{ form_row(form.prime) }} {{ form_row(form.autrePrime) }} {{ form_row(form.accord) }} {{ form_row(form.date, {'attr': {'value': "now"|date("d/m/Y"), 'readOnly': 'readOnly'}}) }}
{{ form_end(form) }}
{% endblock %}