{* +--------------------------------------------------------------------+ | Copyright CiviCRM LLC. All rights reserved. | | | | This work is published under the GNU AGPLv3 license with some | | permitted exceptions and without any warranty. For full license | | and copyright information, see https://civicrm.org/licensing | +--------------------------------------------------------------------+ *} {* error.tpl: Display page for fatal errors. Provides complete HTML doc.*} {if $config->userFramework != 'WordPress'} {$pageTitle|escape}
{else}
{/if}
{ts}Sorry, due to an error, we are unable to fulfill your request at the moment. You may want to contact your administrator or service provider with more details about what action you were performing when this occurred.{/ts}
{$message|escape}
{if $error.message && $message != $error.message}
{$error.message|escape}
{/if} {if ($code OR $mysql_code OR $errorDetails) AND $config->debug} {/if}

{ts}Return to home page.{/ts}

{* end crm-container div *} {literal} {/literal} {if $config->userFramework != 'WordPress'} {/if}