= htmlReady($label) ?>, = sprintf(_('%u Einträge'), count($tabledata['table_content'])) ?>
if (Request::isDialog()) : ?> "> = htmlReady($label) ?> CSV endif; ?>| = htmlReady($caption) ?> | endforeach; ?>
|---|
| = htmlReady($value) ?> | endforeach; ?>
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']) : ?>
= htmlReady($label) ?>,
= sprintf(_('%u Einträge'), count($tabledata['table_content'])) ?>
if (Request::isDialog()) : ?>
">
= htmlReady($label) ?> CSV
endif; ?>
foreach (array_keys($tabledata['table_content'][0]) as $caption) : ?>
foreach ($tabledata['table_content'] as $row) : ?>
= htmlReady($caption) ?>
endforeach; ?>
foreach ($row as $key => $value): ?>
endforeach; ?>
= htmlReady($value) ?>
endforeach; ?>