{% load i18n %} {% load l10n %} {% load static %}

{% trans "Legend" %}

{% trans "Click on a metric to remove it from the pie chart." %}

{% trans "Cumulative Cost Repartition" %}

{% trans "Cost Per Service Per Hour" %}

{% with start=form.start end=form.end datepicker_id='date_form' %} {% include 'project/reporting/_datepicker_reporting_form.html' %} {% endwith %}