lieux trouvés en plus: {{ new_places_counter }} diff --git a/templates/admin/stats.html.twig b/templates/admin/stats.html.twig index a4cf711..0822950 100644 --- a/templates/admin/stats.html.twig +++ b/templates/admin/stats.html.twig @@ -22,6 +22,164 @@ {% endblock %} +{% block javascripts %} + {{ parent() }} + + + + + +{% endblock %} + {% block body %}
Date | +Places | +Complétion | +Emails count | +Emails sent | +Opening hours | +Address | +Website | +Siret | + {#Accessibilite | #} + {#Note | #} +
---|---|---|---|---|---|---|---|---|---|---|
{{ stat.date|date('d/m/Y') }} | +{{ stat.placesCount }} | +{{ stat.completionPercent }}% | +{{ stat.emailsCount }} | +{{ stat.emailsSent }} | +{{ stat.openingHoursCount }} | +{{ stat.addressCount }} | +{{ stat.websiteCount }} | +{{ stat.siretCount }} | + {#{{ stat.accessibiliteCount }} | #} + {#{{ stat.noteCount }} | #} +
Comment est calculé le score de complétion ?
+ +