<th valign="top" nowrap="yes" align="left" colspan="10">      <?php 
echo $loc->getText("Cdu_Table");
?>
    </th>
  </tr>
  <?php 
while ($mbr = $mbrQ->fetchMember()) {
    /*
    echo "<pre>";
      	print_r ($mbr);
    echo "</pre>";
    */
    ?>
  <tr>
    <td nowrap="true" class="primary" valign="top" colspan="10"><?php 
    echo H($mbrQ->getCurrentRowNmbr());
    ?>
</td>
    <td nowrap="true" class="primary" valign="top" colspan="60"><?php 
    echo H($mbr->getCdu_Descripcion());
    ?>
</th>
    <td nowrap="true" class="primary" valign="top" colspan="10"><?php 
    echo H($mbr->getCdu_Numero());
    ?>
</th>
    <td nowrap="true" class="primary" valign="top" colspan="10"><?php 
    echo H($mbr->getCdu_Clave());
    ?>
</th>
    <td nowrap="true" class="primary" valign="top" colspan="10"><?php