{% extends 'base.html.twig' %} {% block title %}Animaux index {% endblock %} {% block body %}

Animaux index

{% for animaux in animauxes %} {% if animaux.type == "Feline" %} {% elseif animaux.type == "Canine" %} {% endif %} {% else %} {% endfor %}
Numero Couleur Nom Owner Type actions
{{ animaux.numero }} {{ animaux.couleur }} {{ animaux.nom }} {{ animaux.owner }}{{ animaux.type }} - {{ animaux.type }} -
no records found
Create new {% endblock %}