{% extends 'base.html.twig' %} {% block title %}Suivi des objets OSM - {{ stats.name }}{% endblock %} {% block body %}
Historique des objets suivis (nombre et complétion).
{% for type, label in followup_labels %}Date | Type | Label | Valeur |
---|---|---|---|
{{ point.date }} | {{ type }} | {{ point.name }} | {{ point.value }} |