{% extends 'base.html.twig' %} {% block title %}Vegetation index{% endblock %} {% block body %}
| Id | Observation | GrandArbres | actions |
|---|---|---|---|
| {{ vegetation.id }} | {{ vegetation.observation }} | {{ vegetation.grandArbres ? 'Yes' : 'No' }} | show edit |
| no records found | |||