{# ── TimePicker — Flowbite-styled native time input ──────────────────────── Field getters used: field.get_min_time() — optional min time (e.g. "08:00") field.get_max_time() — optional max time (e.g. "20:00") field.get_step() — step in seconds (0 = browser default) #} {% set _current_val = current | string if current is not none and current != '' and current != 'None' else '' %}
{% if has_error %}

{{ errors[field.get_key()] }}

{% elif field.get_help_text() %}

{{ field.get_help_text() }}

{% endif %}