{% extends "base.html" %} {% block content %}

{{ _('New Analysis') }}

{% if error %}
{{ error }}
{% endif %}

{{ _('Upload a CSV file to analyse shot groups. The file must contain the following columns:') }} index, speed, standard deviation, energy, power factor, time of the day.

{% endblock %}