view( 'background-in-processing', array(), 'views/dashboard/bulk' ); } elseif ( 0 === $total_count ) { $this->view( 'media-lib-empty', array(), 'views/dashboard/bulk' ); } elseif ( 0 === $uncompressed ) { $this->view( 'all-images-smushed-notice', array( 'all_done' => true ), 'common' ); } else { $this->view( 'exists-uncompressed', array( 'uncompressed' => $uncompressed, 'upsell_url' => $upsell_url ), 'views/dashboard/bulk' ); }