data['units'] ?? []; $previous = empty($units) ? 'organization/unit/list' : '{/base}/organization/unit/list?{?}&offset=' . \reset($units)->id . '&ptype=p'; $next = empty($units) ? 'organization/unit/list' : '{/base}/organization/unit/list?{?}&offset=' . \end($units)->id . '&ptype=n'; echo $this->data['nav']->render(); ?>
getHtml('Units'); ?>download
$value) : $url = UriFactory::build('{/base}/organization/unit/view?{?}&id=' . $value->id); ?>
getHtml('ID', '0', '0'); ?> getHtml('Logo'); ?> getHtml('Name'); ?> getHtml('Parent'); ?>
id; ?> <?= $this->getHtml('IMG_alt_profile'); ?> printHtml($value->name); ?> printHtml($value->parent->name); ?>