{* +--------------------------------------------------------------------+ | 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} {ts}This process may change your database structure and values. In case of emergency you may need to revert to a backup.{/ts} {docURL page="sysadmin/upgrade"}

   {ts}Cancel{/ts}
{else}

{ts 1="https://civicrm.org/core-team" 2="https://civicrm.org/contributors" 3="https://civicrm.org/members" 4="https://civicrm.org/partners" 5="https://civicrm.org/become-a-member?src=ug&sid=$sid" 6=$newVersion 7="https://civicrm.org/become-a-partner" 8="https://civicrm.org"}Thank you for upgrading to %6. This release was made possible by the CiviCRM Core Team and an incredible group of CiviCRM Contributors. The CiviCRM project could not exist without the continued financial support of CiviCRM Members and CiviCRM Partners. We invite you to support CiviCRM by becoming a CiviCRM Member or CiviCRM Partner today. Providing financial support ensures that the CiviCRM project can continue to provide the essential resources and services to support the CiviCRM community.{/ts}

{$message}

{if !empty($afterUpgradeMessage)}

{ts}Important Notes{/ts}

{$afterUpgradeMessage}

{/if}

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

{/if}