= ($_SESSION['type'] === 'approved') ? '👤' : '⏳' ?> = (defined('DISPLAY_USERNAME') ? DISPLAY_USERNAME : '?') ?>= _('Log out') ?>= ($_SESSION['type'] === 'testing') ? ' ' . _('You are using a testing account. It may be deleted anytime.') . ' ' . _('Read more') . '' : '' ?>
👻 = _('Anonymous') ?>= _('Log in') ?>
' . _('This service is currently under maintenance. No action can be taken on it until an administrator finishes repairing it.') . '';
require ROOT_PATH . '/pg-view/' . PAGE_ADDRESS . '.php';
if ($_POST === [] AND PAGE_METADATA['require-login'] ?? true !== false AND !isset($_SESSION['id']) AND PAGE_TERMINAL)
echo '
' . sprintf(_('This form won\'t be accepted because you need to %slog in%s first.'), '', '') . '