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

Vegetation index

{% for vegetation in vegetations %} {% else %} {% endfor %}
Id Observation GrandArbres actions
{{ vegetation.id }} {{ vegetation.observation }} {{ vegetation.grandArbres ? 'Yes' : 'No' }} show edit
no records found
Create new {% endblock %}