= $controller->jsUrl() ?>
= $controller->renderSortLink('module/institute/index', _('Einrichtung'), 'name', ['style' => 'width: 75%;']) ?>
= $controller->renderSortLink('module/institute/index', _('Module'), 'count_objects', ['style' => 'text-align: center;']) ?>
foreach ($institute as $institut) : ?>
if (!$institut->id) continue; ?>
if ($institut->id && $inst_id == $institut->id) : ?>
= $this->render_partial('module/institute/details',
['institut_id' => $institut->id]
) ?>
endif; ?>
endforeach; ?>