img('img/icinga-logo-big.svg', null, array('class' => 'icinga-logo', 'width' => 194)) ?>
translate('Icinga Web 2 Version') ?> escape($version['appVersion']) ?>
translate('Git commit') ?> escape($version['gitCommitID']) ?>
translate('PHP Version') ?> escape(PHP_VERSION) ?>
translate('Git commit date') ?> escape($version['gitCommitDate']) ?>
hasPendingMigrations(); } catch (Throwable $e) { // suppress } if ($hasPending): ?>

translate('Pending Migrations') ?>

getPendingMigrations() as $migration): ?>
escape($migration->getName()) ?> getMigrations()), BadgeNavigationItemRenderer::STATE_PENDING ); ?>
qlink( $this->translate('Show all'), 'migrations', null, ['title' => $this->translate('Show all pending migrations')] ) ?>

translate('Loaded Libraries') ?>

escape($library->getName()) ?> escape($library->getVersion()) ?: '-' ?>

translate('Loaded Modules') ?>

escape($module->getName()) ?> escape($module->getVersion()) ?> hasPermission('config/modules')): ?> qlink( $this->translate('Configure'), 'config/module/', array('name' => $module->getName()), array('title' => sprintf($this->translate('Show the overview of the %s module'), $module->getName())) ) ?>