?> <p> <b><?php self::_e('Latest Updates'); ?> </b><br/> <?php self::_e('No invoices found.'); ?> </p> <?php } ?> <?php $invoices = SI_Invoice::get_overdue_invoices(); ?> <?php if (!empty($invoices)) { ?> <b><?php self::_e('Overdue & Unpaid'); ?> </b> <ul> <?php foreach ($invoices as $invoice_id) { ?> <li><a href="<?php echo get_edit_post_link($invoice_id);