= htmlReady(isset($scm) ? $scm->tab_name : '') ?>
if (isset($scm) && $scm->user): ?>
= sprintf(_('Zuletzt geändert von %s am %s'), ObjectdisplayHelper::link($scm->user), strftime('%x, %X', $scm->chdate)) ?>
else: ?>
= isset($scm) && $scm->chdate ? sprintf(_('Zuletzt geändert am %s'), strftime('%x, %X', $scm->chdate)) : '' ?>
endif; ?>
if ($priviledged): ?>
= Icon::create('edit') ?>
if (count($scms) > 1): ?>
if ($scm->position != 0): ?>
= Icon::create('arr_2up') ?>
endif; ?>
= Icon::create('trash') ?>
endif; ?>
endif; ?>
= (isset($scm) && (string) $scm->content) ? formatReady($scm->content) : MessageBox::info(_('In diesem Bereich wurden noch keine Inhalte erstellt.')) ?>