<?php echo $this->hidden; ?>
<?php if (!$this->tableless): ?>
<table>
    <?php echo $this->fields; ?>
</table>
<?php else: ?>
<?php echo $this->fields; ?>
<?php endif; ?>