?>
" >
        <td class="catalog" width="20"><?php 
        echo $current_first_item;
        ?>
</td>
        <td class="catalog" width="120"><?php 
        echo date(DATE_FORMAT, strtotime($item->notify_date));
        ?>
</td>
        <td><?php 
        echo html::specialchars($item->notify_message);
        ?>
</td>
        <td class="catalog" width="180"><?php 
        echo status::notify($item->notify_status);
        ?>
</td>
    </tr>

<?php 
        $current_first_item++;
    }
    ?>
 
</table>

<?php 
}
?>