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) ? 'workflow/template/list' : '{/base}/workflow/template/list?{?}&offset=' . \reset($templates)->id . '&ptype=p'; $next = empty($templates) ? 'workflow/template/list' : '{/base}/workflow/template/list?{?}&offset=' . \end($templates)->id . '&ptype=n'; echo $this->data['nav']->render(); ?>
getHtml('Workflows'); ?>download
$template) : ++$count; $url = UriFactory::build('{/base}/workflow/template/view?{?}&id=' . $template->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Creator'); ?> getHtml('Created'); ?>
id; ?> 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'); ?>