getData('accounts') ?? []; $previous = empty($accounts) ? '{/prefix}profile/list' : '{/prefix}profile/list?{?}&id=' . \reset($accounts)->getId() . '&ptype=p'; $next = empty($accounts) ? '{/prefix}profile/list' : '{/prefix}profile/list?{?}&id=' . \end($accounts)->getId() . '&ptype=n'; ?>
| = $this->getHtml('Name'); ?> | = $this->getHtml('Activity'); ?> | |
| = $this->printHtml($account->account->name3 . ' ' . $account->account->name2 . ' ' . $account->account->name1); ?> | = $this->printHtml($account->account->getLastActive()->format('Y-m-d')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | ||