{% extends 'base.html.twig' %} {% block title %}Species index{% endblock %} {% block body %}
Id | Scientific_name | Vernacular_name | Region | actions |
---|---|---|---|---|
{{ species.id }} | {{ species.scientificName }} | {{ species.vernacularName }} | {{ species.region }} | show edit |
no records found |