</div>

    <?php 
$this->_tag_stack[] = array('form', array('name' => 'edit_user'));
$_block_repeat = true;
smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
while ($_block_repeat) {
    ob_start();
    ?>

      <div class="form">
        <table>
          <thead>
            <tr>
              <th colspan="2"> [EDIT_USER]: <?php 
    echo smarty_dbo_echo(array('dbo' => 'edit_user_dbo', 'field' => 'username'), $this);
    ?>
 </th>
            </tr>
          </thead>
          <tfoot>
            <tr>
              <td class="left"/>
              <td class="right"> 
                <input type="submit" value="Update User"/> 
              </td>
            </tr>
          </tfoot>
          <tbody>
            <tr>
              <th> <?php 
  <div id="general" name="[GENERAL]" width="80">
    <?php 
$this->_tag_stack[] = array('form', array('name' => 'edit_hosting'));
$_block_repeat = true;
smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
while ($_block_repeat) {
    ob_start();
    ?>

      <div class="form">
        <table>
          <thead>
            <tr>
              <th colspan="2"> [HOSTING_SERVICE] ([ID]: <?php 
    echo smarty_dbo_echo(array('dbo' => 'hosting_dbo', 'field' => 'id'), $this);
    ?>
) </th>
            </tr>
          </thead>
          <tfoot>
            <tr>
              <td class="left">
                <?php 
    echo smarty_form_element(array('field' => 'cancel'), $this);
    ?>

              </td>
              <td class="right"> 
                <?php 
    echo smarty_form_element(array('field' => 'save'), $this);
  <div id="general" name="[GENERAL]" width="80">
    <?php 
$this->_tag_stack[] = array('form', array('name' => 'edit_domain_service'));
$_block_repeat = true;
smarty_form($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
while ($_block_repeat) {
    ob_start();
    ?>

      <div class="form">
        <table>
          <thead>
            <tr>
              <th colspan="2"> [DOMAIN_SERVICE] ([TLD]: .<?php 
    echo smarty_dbo_echo(array('dbo' => 'domain_service_dbo', 'field' => 'tld'), $this);
    ?>
) </th>
            </tr>
          </thead>
          <tfoot>
            <tr>
              <td class="left">
                <?php 
    echo smarty_form_element(array('field' => 'cancel'), $this);
    ?>

              </td>
              <td class="right"> 
                <?php 
    echo smarty_form_element(array('field' => 'save'), $this);
          <th><?php 
        echo smarty_echo(array('phrase' => 'TAXES'), $this);
        ?>
:</th>
          <td><?php 
        echo is_array($_tmp = smarty_dbo_echo(array('dbo' => 'order', 'field' => 'taxtotal'), $this)) ? $this->_run_mod_handler('currency', true, $_tmp) : smarty_modifier_currency($_tmp);
        ?>
</td>
        </tr>
        <tr>
          <th><?php 
        echo smarty_echo(array('phrase' => 'TOTAL'), $this);
        ?>
:</th>
          <td><?php 
        echo is_array($_tmp = smarty_dbo_echo(array('dbo' => 'order', 'field' => 'total'), $this)) ? $this->_run_mod_handler('currency', true, $_tmp) : smarty_modifier_currency($_tmp);
        ?>
</td>
        </tr>
        <tr>
          <th><?php 
        echo smarty_form_description(array('field' => 'module'), $this);
        ?>
&nbsp;&nbsp;</th>
          <td><?php 
        echo smarty_form_element(array('field' => 'module'), $this);
        ?>
</td>
        </tr>
        <?php 
        if ($this->_tpl_vars['tos_required']) {