<form action="<?php echo LANG_ROOT . $this->urls['trash'] . '/'. $this->urls['emptyTrash'] . '/'; ?>" method="POST">
<h1><?php $this->getData('page_label'); ?></h1>
<?php $this->getData('btn_delete'); ?>
<div class="clear"></div>
<ul class="item_list">
<?php $this->getData('item_list'); ?>
</ul>
<div class="clear"></div>
</form>