getData('reports'); /** @var \Modules\Media\Models\Collection[] */ $collections = $this->getData('collections'); $mediaPath = \urldecode($this->getData('path') ?? '/'); $previous = empty($templates) ? '{/prefix}helper/list' : '{/prefix}helper/list?{?}&id=' . \reset($templates)->getId() . '&ptype=p'; $next = empty($templates) ? '{/prefix}helper/list' : '{/prefix}helper/list?{?}&id=' . \end($templates)->getId() . '&ptype=n'; echo $this->getData('nav')->render(); ?>
| = $this->getHtml('Name'); ?> | = $this->getHtml('Tag'); ?> | = $this->getHtml('Creator'); ?> | = $this->getHtml('Updated'); ?> | |
| = $this->printHtml($value->name); ?> | = $this->printHtml($value->createdBy->name1); ?> | = $this->printHtml($value->createdAt->format('Y-m-d')); ?> $template) : ++$count; $url = UriFactory::build('{/prefix}helper/report/view?{?}&id=' . $template->getId()); ?> | ||
| = $this->printHtml($template->name); ?> | getTags(); foreach ($tags as $tag) : ?> = $tag->icon !== null ? '' : ''; ?>= $this->printHtml($tag->getTitle()); ?> | = $this->printHtml($template->createdBy->name1); ?> | = $this->printHtml($template->createdAt->format('Y-m-d')); ?> | |
| = $this->getHtml('Empty', '0', '0'); ?> | ||||