{% load i18n %} {% block content %}

{% trans "Check report configuration" %}

{{ form.as_p }} {% if request.GET and form.is_valid %} {% endif %}
{% if request.GET and form.is_valid %} {% with slots=form.get_slots %}

{% blocktrans with start=form.cleaned_data.date_start end=form.cleaned_data.date_end %}Check report from {{ start }} to {{ end }}{% endblocktrans %}

{% include "chrono/manager_events_report_fragment.html" %} {% endwith %} {% endif %}
{% endblock %}