data['reports']; /** @var \Modules\Admin\Models\Account $account */ $account = $this->data['account']; $accountDir = $account->id . ' ' . $account->login; /** @var \Modules\Media\Models\Collection[] */ $collections = $this->data['collections']; $mediaPath = \urldecode($this->getData('path') ?? '/'); $previous = empty($templates) ? '{/base}/helper/list' : '{/base}/helper/list?{?}&offset=' . \reset($templates)->id . '&ptype=p'; $next = empty($templates) ? '{/base}/helper/list' : 'helper/list?{?}&offset=' . \end($templates)->id . '&ptype=n'; echo $this->data['nav']->render(); ?>
getHtml('Helpers'); ?>download
$template) : ++$count; $url = UriFactory::build('{/base}/helper/report/view?{?}&id=' . $template->id); ?>
getHtml('Name'); ?> getHtml('Tag'); ?> getHtml('Creator'); ?> getHtml('Updated'); ?>
printHtml($template->name); ?>
tags as $tag) : ?> icon) ? '' : '' . $this->printHtml($tag->icon) . ''; ?> printHtml($tag->getL11n()); ?>
printHtml($this->renderUserName('%3$s %2$s %1$s', [$template->createdBy->name1, $template->createdBy->name2, $template->createdBy->name3, $template->createdBy->login ?? ''])); ?> printHtml($template->createdAt->format('Y-m-d')); ?>
getHtml('Empty', '0', '0'); ?>