{% comment %} Three auto-advancing numeric segments for date-of-birth collection. Mobile gets a numeric keyboard via inputmode="numeric". Desktop gets tab-friendly typing. Paste of "MM/DD/YYYY", "MM-DD-YYYY", or ISO "YYYY-MM-DD" into any segment is distributed across the three by the state-machine JS in register.html. The hidden #reg-dob input carries the composed yyyy-mm-dd value to the submit handler — the wire format is unchanged. Input context: f.required — bool; drives the `required` attribute on each segment {% endcomment %}