first_item; $i <= $page->last_item && $page->total_items; $i++) {
    echo $list[$i];
}
?>