{% from "components/icon.html" import Icon %} {% macro DatePicker( field, label=field.label | striptags, description=field.description, mindate=None, maxdate=None, watch=False, optional=True) -%} {{ label }} {% 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") }} {%- endmacro %}