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->getAccount()->getName3() . ' ' . $account->getAccount()->getName2() . ' ' . $account->getAccount()->getName1()); ?> | = $this->printHtml($account->getAccount()->getLastActive()->format('Y-m-d')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | ||