{% load i18n %}

{% trans "Timesheet configuration" %}

{{ form.as_p }} {% if request.GET and form.is_valid %} {% endif %}
{% if request.GET and form.is_valid %} {% if event %}

{% blocktrans %}Timesheet{% endblocktrans %}

{% else %}

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

{% endif %} {% include 'chrono/manager_events_timesheet_fragment.html' %} {% endif %}