{% load static i18n %} {% blocktrans with start=form.cleaned_data.date_start end=form.cleaned_data.date_end %}Timesheet from {{ start }} to {{ end }}{% endblocktrans %}
{% if request.GET and form.is_valid %} {% include 'chrono/manager_events_timesheet_fragment.html' %} {% endif %}