{% load i18n %}

{% trans "Timesheet configuration" %}

{{ form.as_p }} {% if request.GET and form.is_valid %} {% endif %}
{% if request.GET and form.is_valid %} {% include 'chrono/manager_events_timesheet_fragment.html' %} {% endif %}