ob_end_clean();
                        $_block_repeat = false;
                        echo OA_Admin_Template::_block_form_element($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
                    }
                    array_pop($this->_tag_stack);
                    ?>
        <?php 
                }
            }
            unset($_from);
            ?>
    <?php 
            $_block_content = ob_get_contents();
            ob_end_clean();
            $_block_repeat = false;
            echo OA_Admin_Template::_block_form_element($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
        }
        array_pop($this->_tag_stack);
    }
}
unset($_from);
?>
</form>

<script type="text/javascript">
<!--
<?php 
echo $this->_tpl_vars['form']['JQueryMethods'];
?>