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

Species index

{% for species in species %} {% else %} {% endfor %}
Id Scientific_name Vernacular_name Region actions
{{ species.id }} {{ species.scientificName }} {{ species.vernacularName }} {{ species.region }} show edit
no records found
Create new {% endblock %}