use Studip\Button, Studip\LinkButton; ?>
if (count($log_events) > 0): ?> = sprintf(_('Eintrag %s - %s von %s'), $start + 1, $start + count($log_events), $num_entries) ?> if ($start > 0): ?> = Button::create('<< '. _("Zurück"), 'back',['data-dialog' => '']) ?> endif ?> if ($start + count($log_events) < $num_entries): ?> = Button::create(_('Weiter') . " >>", 'forward',['data-dialog' => '']) ?> endif ?> else: ?> = _('keine Einträge gefunden') ?> endif ?>