{% load i18n %}

{% trans "Help" %}

{% trans "Using OR Separators" %}

{% blocktrans %} By default, each field filter is combined using AND. To use OR, you have to use the OR separator field --- OR ---. Place it between the fields, or groups of fields, you wish to OR together. {% endblocktrans %}

{% trans "Date/DateTime Fields" %}

{% blocktrans %} For date or datetime field filtering, use the format YYYY-MM-DD [HH:MM[:ss[.uuuuuu]][TZ]], where the [ and ] brackets indicate optional parts of the value. {% endblocktrans %}

{% blocktrans %} Note that datetime fields can be timezone naive, or timezone aware. If they are timezone aware, you will be asked to provide a timezone offset. {% endblocktrans %}

{% trans "For example:" %}