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

{% trans "Select a period of time to view data in:" %} {% trans "The date should be in YYYY-MM-DD format." %}

{% with datepicker_input=form.start datepicker_label="From" %} {% include 'project/reporting/_datepicker_reporting.html' %} {% endwith %}
{% trans 'to' %}
{% with datepicker_input=form.end datepicker_label="To" %} {% include 'project/reporting/_datepicker_reporting.html' %} {% endwith %}