headTitle( 'Forgot password' ); ?>
form->prepare(); ?>
form->setAttribute( 'class', 'form form-login' );?>
form->setAttribute('title',$this->form->getLabel());?>
form()->openTag( $this->form ); ?>
Translate('Forgot password'); ?>
Partial( 'partial/flashMessages.phtml' ); ?>
Partial('form/partial/buttons.phtml', array('form' => $this->form)); ?>
formCollection($this->form); ?>
form()->closeTag(); ?>