if (!empty($materialien)) : ?>
= $this->render_partial('oer/market/_materials.php', compact('materialien')) ?>
else : ?>
= MessageBox::info(_('Keine Materialien gefunden')) ?>
endif ?>
if ($GLOBALS['perm']->have_perm("autor")) {
$actions = new ActionsWidget();
$actions->addLink(
_('Neues Lernmaterial hochladen'),
$controller->url_for("oer/mymaterial/edit"),
Icon::create("add", Icon::ROLE_CLICKABLE),
['data-dialog' => "1"]
);
Sidebar::Get()->addWidget($actions);
}