{% extends 'base.html.twig' %} {% block title %}Animal - Recherche{% endblock %} {% block body %} {{ include('animal/_search_form.html.twig', {'button_label': 'Recherche'}) }} {% for animal in animals %} {% else %} {% endfor %}
Nom Type Date de naissance Description actions
{{ animal.name }} {{ animal.getType().name }} {{ animal.dateBirth ? animal.dateBirth|date('d/m/Y') : '' }} {{ animal.description }} Afficher Modifier
Aucun animal à afficher
Retour à la liste
<< >> {% endblock %}