30
30
{{ forms.date("toDt", title) }}
32
32
{% set title %}{% trans "Display" %}{% endset %}
33
{{ forms.dropdown("displayid", "single", title, "", [{"displayId": null, "display": ""}]|merge(displays), "displayId", "display") }}
33
{{ forms.dropdown("displayId", "single", title, "", [{"displayId": null, "display": ""}]|merge(displays), "displayId", "display") }}