{% load i18n %}

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

{% with datepicker_input=form.start datepicker_label="From" %} {% include 'horizon/common/_datepicker.html' %} {% endwith %}
{% trans 'to' %}
{% with datepicker_input=form.end datepicker_label="To" %} {% include 'horizon/common/_datepicker.html' %} {% endwith %}