form ) ): ?> form->prepare(); ?> form->setAttribute( 'title', $this->form->getLabel() ); ?> form->setAttribute('class', 'form'); ?> Partial('form/partial/buttons.phtml', array('form' => $this->form)); ?> form()->openTag( $this->form ); ?> Translate( $this->form->get( 'text' )->getValue() ); ?> formCollection( $this->form, false ); ?> form()->closeTag(); ?>