getData('reports'); /** @var \Modules\Admin\Models\Account $account */ $account = $this->getData('account'); $accountDir = $account->getId() . ' ' . $account->login; /** @var \Modules\Media\Models\Collection[] */ $collections = $this->getData('collections'); $mediaPath = \urldecode($this->getData('path') ?? '/'); $previous = empty($templates) ? 'workflow/template/list' : '{/base}/workflow/template/list?{?}&id=' . \reset($templates)->getId() . '&ptype=p'; $next = empty($templates) ? 'workflow/template/list' : '{/base}/workflow/template/list?{?}&id=' . \end($templates)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
getHtml('Workflows'); ?>
getHtml('Name'); ?> getHtml('Creator'); ?> getHtml('Created'); ?>
.. $template) : ++$count; $url = UriFactory::build('{/base}/workflow/template/profile?{?}&id=' . $template->getId()); ?>
printHtml($template->name); ?> 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'); ?>