{% extends "chrono/manager_agenda_view.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Timesheet" %} {% endblock %} {% block appbar_actions %}{% endblock %} {% block content %}

{% trans "Timesheet configuration" %}

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

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

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