</tr>
  <tr>
    <td>New Password</td>
    <td>
			<input type="password" name="user[new_password]" id="user_new_password"/>
			<?php 
    echo smarty_function_error_validator(array('field_name' => 'new_password'), $this);
    ?>

	</td>
  </tr>  
  <tr>
    <td>Retype the New Password</td>
    <td>
			<input type="password" name="user[renew_password]" id="user_renew_password"/>
			<?php 
    echo smarty_function_error_validator(array('field_name' => 'renew_password'), $this);
    ?>

	</td>
  </tr>   
  <tr>
    <td colspan="2" align="center"><input type="submit" value="Change Password"/></td>
  </tr>
</table>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    echo smarty_block_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat = false);
}
array_pop($this->_tag_stack);
	<?php 
    echo smarty_function_error_validator(array('field_name' => 'active'), $this);
    ?>

    </td>
  </tr>
  <tr>
    <td>Group</td>
    <td>
	<select name="user[group_id]" id="user_group_id">
		<?php 
    echo smarty_function_html_options(array('options' => $this->_tpl_vars['arr_group_id'], 'selected' => $this->_tpl_vars['user']['group_id']), $this);
    ?>

	</select>
	<?php 
    echo smarty_function_error_validator(array('field_name' => 'group_id'), $this);
    ?>

    </td>
  </tr>
  <tr>
    <td colspan="2" align="center"><input type="submit" value="  Save  "/></td>
  </tr>
</table>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    echo smarty_block_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat = false);
}
array_pop($this->_tag_stack);
	<?php 
    echo smarty_function_error_validator(array('field_name' => 'name'), $this);
    ?>

    </td>
  </tr>
  <tr>
    <td>Layout</td>
    <td>
	<select name="group[layout]" id="group_layout">
		<?php 
    echo smarty_function_html_options(array('options' => $this->_tpl_vars['arr_layout'], 'selected' => $this->_tpl_vars['group']['layout']), $this);
    ?>

	</select>
	<?php 
    echo smarty_function_error_validator(array('field_name' => 'layout'), $this);
    ?>

    </td>
  </tr>
  <tr>
    <td colspan="2" align="center"><input type="submit" value="  Add  "/></td>
  </tr>
</table>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    echo smarty_block_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat = false);
}
array_pop($this->_tag_stack);