{% extends 'base.html.twig' %} {% block title %}Aliment · VetRation{% endblock %} {% block body %}
{% if aliment.id is not null %} {{ aliment.libelle0 }} - {{ aliment.libelle1 }} {% if aliment.codeINRA is null %} {% endif %} {% else %} Nouvel aliment {% endif %}
{{ form_start(form) }}
{{ form_widget(form, {'attr': {'class': 'row'}}) }}
{{ form_end(form) }} {% endblock %}