block($form, 'form_widget_simple'); ?>
     ['size' => 1]] : [] ?>
    
block($form, 'widget_container_attributes') ?>>
        widget($form['hour'], $vars);
            if ($with_minutes) {
                echo ':';
                echo $view['form']->widget($form['minute'], $vars);
            }
            if ($with_seconds) {
                echo ':';
                echo $view['form']->widget($form['second'], $vars);
            }
        ?>