headTitle($this->translate('Library Cards')); // Set up breadcrumbs: $this->layout()->breadcrumbs = '
  • ' . $this->transEsc('Your Account') . '
  • ' . $this->transEsc('Library Cards') . '
  • '; ?>
    flashmessages()?>

    transEsc('Library Cards')?>

    libraryCards) == 0): ?>
    transEsc('You do not have any library cards')?>
    multipleTargets): ?> libraryCards as $record): ?> getCatUsername(); ?> multipleTargets): ?>
    transEsc('Library Cards')?>
    transEsc('Library Card Name')?> transEsc('login_target')?> transEsc('Username')?>  
    escapeHtml($record->getCardName())?> transEsc("source_$target", null, $target) : ' ' ?> escapeHtml($username)?> auth()->getManager()->allowsUserIlsLogin()): ?> icon('profile-card-edit', 'icon-link__icon') ?> transEsc('Edit')?> component( 'confirm-button', [ 'buttonLink' => $this->url('librarycards-deletecard', [], ['query' => ['cardID' => $record->getId()]]), 'buttonIcon' => 'profile-card-delete', 'buttonLabel' => 'Delete', 'confirmLink' => $this->url('librarycards-deletecard', [], ['query' => ['cardID' => $record->getId(), 'confirm' => 1]]), 'clearAccountCache' => true, ] ) ?>
    allowConnectingCards): ?> auth()->getManager()->allowsUserIlsLogin()): ?> icon('ui-add') ?> transEsc('Add a Library Card')?>