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

Animal index

{% for animal in animals %} {% else %} {% endfor %}
Id Name Age Status actions
{{ animal.id }} {{ animal.name }} {{ animal.age }} {{ animal.status }} show edit
no records found
Create new {% endblock %}