{% extends 'base.html.twig' %} {% block title %}Animal - Recherche{% endblock %} {% block body %} {{ include('animal/_search_form.html.twig', {'button_label': 'Recherche'}) }}
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 |