{* +--------------------------------------------------------------------+ | 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 | +--------------------------------------------------------------------+ *} {* Display page for Upgrades. *} {if $config->userSystem->is_drupal neq '1'}

{$pageTitle}

{/if} {if !$upgraded}

{ts 1=$currentVersion 2=$newVersion}The database will be upgraded from %1 to %2.{/ts}

{if $preUpgradeMessage}
{ts}Warning:{/ts} {$preUpgradeMessage}
{/if}

{ts}Back up your database before continuing.{/ts} {capture assign=docLink}{docURL page="Installation and Upgrades" text="Upgrade Documentation" style="text-decoration: underline;" resource="wiki"}{/capture} {ts 1=$docLink}This process may change your database structure and values. In case of emergency you may need to revert to a backup. For more detailed information, refer to the %1.{/ts}

   {ts}Cancel{/ts}
{else}

{ts 1="https://civicrm.org/core-team" 2="https://civicrm.org/providers/contributors" 3="https://civicrm.org/become-a-member?src=ug&sid=$sid" 4=$newVersion}Thank you for upgrading to %4, the latest version of CiviCRM. Packed with new features and improvements, this release was made possible by both the CiviCRM Core Team and an incredible group of contributors, combined with the financial support of CiviCRM Members and Partners, without whom the project could not exist. We invite you to join their ranks by becoming a member of CiviCRM today. There is no better way to say thanks than to support those that have made CiviCRM %4 possible. Join today.{/ts}

{$message}

{if $afterUpgradeMessage}

{ts}Important Notes{/ts}

{$afterUpgradeMessage}

{/if}

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

{/if}