{{ form_start(form) }}
|
{{ form_widget(form.entreprise, {'attr': {'class': 'centered-input'}}) }} |
{{ form_widget(form.panierRepas, {'attr': {'class': 'centered-input'}}) }} |
{{ form_widget(form.primeConduite, {'attr': {'class': 'centered-input'}}) }} |
{{ form_widget(form.indemniteLogement, {'attr': {'class': 'centered-input'}}) }} |
{{ form_widget(form.primeDecouche, {'attr': {'class': 'centered-input'}}) }} |
{{ form_widget(form.panierRepasGD, {'attr': {'class': 'centered-input'}}) }} |
{{ form_end(form) }}
{% for indemnite in indemnites %}
|
{{ indemnite.entreprise.nom }} |
{{ indemnite.panierRepas }} |
{{ indemnite.primeConduite }} |
{{ indemnite.indemniteLogement }} |
{{ indemnite.primeDecouche }} |
{{ indemnite.panierRepasGD }} |
{% endfor %}