getData('account'); $footerView = new \Web\Views\Lists\PaginationView($this->app, $this->request, $this->response); $footerView->setTemplate('/Web/Templates/Lists/Footer/PaginationBig'); $footerView->setPages(1 / 25); $footerView->setPage(1); $footerView->setResults(1); echo $this->getData('nav')->render(); ?>

printHtml($account->getAccount()->getName3()); ?>, printHtml($account->getAccount()->getName1()); ?>

<?= $this->getHtml('ProfileImage'); ?>
getHtml('Occupation') ?> Sailor
getHtml('Birthday') ?> 06.09.1934
getHtml('Ranks') ?> Gosling
getHtml('Email') ?> printHtml($account->getAccount()->getEmail()); ?>
Address
Private SMALLSYS INC
795 E DRAGRAM
TUCSON AZ 85705
USA
Work SMALLSYS INC
795 E DRAGRAM
TUCSON AZ 85705
USA
getHtml('Phone') ?>
Private +01 12345-4567
Mobile +01 12345-4567
Work +01 12345-4567
getHtml('Registered') ?> printHtml($account->getAccount()->getCreatedAt()->format('Y-m-d')); ?>
getHtml('LastLogin') ?> printHtml($account->getAccount()->getLastActive()->format('Y-m-d')); ?>
getHtml('Status') ?> printHtml($account->getAccount()->getStatus()); ?>
getData('medialist')->render([]); ?>
getData('calendar')->render($account->getCalendar()); ?>