results->getListObject(); // Set up page title: $this->headTitle(isset($list) ? $list->getTitle() : $this->translate('saved_items')); // Set up breadcrumbs: $currPage = isset($list) ? 'List' : 'saved_items'; $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('Your Account') . '
  • ' . $this->transEsc($currPage) . '
  • '; // Load Javascript dependencies into header: $this->headScript()->appendFile('check_item_statuses.js'); // Load Javascript only if list view parameter is NOT full: if ($this->params->getOptions()->getListViewOption() != 'full') { $this->headScript()->appendFile('record.js'); $this->headScript()->appendFile('embedded_record.js'); } $recordTotal = $this->results->getResultTotal(); // Convenience variable: $account = $this->auth()->getManager(); $user = $this->auth()->getUserObject(); ?> component('show-account-menu-button')?>

    escapeHtml($list->getTitle()) : $this->transEsc('saved_items')?>

    getUser()->getId() === $user->getId() && $list->isPublic()): ?> icon('user-public-list-indicator', 'user-list__public-icon') ?> transEscAttr('public_list_indicator') ?> flashmessages()?> getDescription())): ?>

    escapeHtml($listDescription)?>

    transEsc('Tags')?>:
    0): ?> config()->get('config')['Social']['multi_page_favorites_selection'] ?? true) ? ' multi-page-selection' : ''; ?>
    context($this)->renderInContext('myresearch/bulk-action-buttons.phtml', ['idPrefix' => '', 'list' => $list ?? null, 'account' => $this->account])?>
    paginationControl($this->results->getPaginator(), 'Sliding', 'search/pagination.phtml', ['results' => $this->results])?>

    transEsc('You do not have any saved resources')?>