if (empty($plugin_data) || empty(reset($plugin_data))): ?>
= MessageBox::info(_('In dieser Kategorie sind keine Daten vorhanden.')) ?>
endif; ?>
foreach ($plugin_data as $label => $tabledata) : ?>
if ($tabledata['table_content']) : ?>
foreach (array_keys($tabledata['table_content'][0]) as $caption) : ?>
| = htmlReady($caption) ?> |
endforeach; ?>
foreach ($tabledata['table_content'] as $row) : ?>
foreach ($row as $key => $value): ?>
|
= \Studip\Markup::isHtml($value) ? formatReady($value) : htmlReady($value) ?>
|
endforeach; ?>
endforeach; ?>
endif; ?>
endforeach; ?>
if (Request::isDialog()): ?>
= Studip\LinkButton::create(_('Zurück'), $controller->url_for("privacy/landing/{$user_id}"), ['data-dialog' => 'size=medium']); ?>
else: ?>
= Studip\LinkButton::create(_('Zurück'), $controller->url_for("privacy/landing/{$user_id}")); ?>
endif; ?>