{{if ! \in_array( (int) $httpStatusCode, [404, 403] )}} {{endif}}

{{if \in_array( (int) $httpStatusCode, [404, 403] )}}{lang="something_went_wrong_{$httpStatusCode}"}{{else}} {lang="something_went_wrong"}{{endif}}

{$message|raw}
{{if ( \IPS\IN_DEV or $member->isAdmin() ) and $extra}} {{if $faultyPluginOrApp}}

{$faultyPluginOrApp}

{{endif}}

{lang="error_technical_details"}

{{if $member->isAdmin()}} {lang="error_technical_details_desc"} {{if $member->hasAcpRestriction( 'core', 'support', 'system_logs_view' )}} {lang="error_technical_details_logs"} {{endif}} {{elseif \IPS\IN_DEV}} {lang="error_technical_details_dev"} {{endif}}

{{endif}} {{if ( member.isAdmin() and member.hasAcpRestriction( 'core', 'support', 'get_support' ) ) || ( member.canUseContactUs() and !( \IPS\Dispatcher::i()->application->directory == 'core' and \IPS\Dispatcher::i()->module and \IPS\Dispatcher::i()->module->key == 'contact' ) ) || !member.member_id}}
    {{if member.isAdmin() and member.hasAcpRestriction( 'core', 'support', 'get_support' )}}
  • {lang="get_support"}
  • {{elseif \IPS\Member::loggedIn()->canUseContactUs() and !( \IPS\Dispatcher::i()->application->directory == 'core' and \IPS\Dispatcher::i()->module and \IPS\Dispatcher::i()->module->key == 'contact' )}}
  • {lang="contact_admin"}
  • {{endif}} {{if !member.member_id}}
  • {lang="sign_in"}
  • {{endif}}
{{endif}}

{lang="error_page_code"} {$code}