{#if page.titleLocKey}

{$i18n.t(page.titleLocKey)}

{/if}
{#if page.contentType === 'win-back' || page.contentType === 'contingent-price'}

{$i18n.t('ASE.Web.AppStore.WinBack.Subhead')}

{$i18n.t('ASE.Web.AppStore.WinBack.DirectionalTitle')}

  • {$i18n.t('ASE.Web.AppStore.WinBack.Update.iOS')}
  • {$i18n.t('ASE.Web.AppStore.WinBack.Update.macOS')}

{$i18n.t('ASE.Web.AppStore.WinBack.Body')}

{:else if page.contentType === 'carrier'}

{$i18n.t('ASE.Web.AppStore.Carrier.Update.iOS')}

{$i18n.t('ASE.Web.AppStore.Carrier.Body')}

{:else if page.contentType === 'invoice'}

{$i18n.t('ASE.Web.AppStore.Invoice.Body')}

{/if}