{% from "components/alert.html" import Alert %} {% from "components/icon.html" import Icon %} {% macro DatePicker( field, label=field.label | striptags, description=field.description, mindate=None, maxdate=None, watch=False, optional=True, pop_end_alert=False) -%} {{ label }} {% if pop_end_alert %} {{ Alert(message="task_orders.form.pop_end_alert" | translate) }} {% endif %} {% if description %} {{ description | safe }} {% endif %} {{ 'components.date_selector.month' | translate }} {{ 'components.date_selector.day' | translate }} {{ 'components.date_selector.year' | translate }} {{ Icon("ok", classes="icon--green") }} {{ Icon("alert", classes="icon--red")}} {%- endmacro %}
{{ description | safe }}