{% load staticfiles %} Sitools2 Webstat
{% csrf_token %} {{ form.application }}

Fichiers de log à analyser
{{ form.all_date }}
{{ form.period_date }}
{{ form.start_date }}
{{ form.end_date }}

Statistiques à calculer
{% if form.errors %} {% for field in form %} {% for error in field.errors %}
  • {{ field.label }} : {{ error }}
  • {% endfor %} {% endfor %} {% endif %}