• {lang="ps_start"}
    {$purchase->start->localeDate()}
  • {{if $purchase->expire}}
  • {lang="ps_expire"}
    {$purchase->expire->localeDate()}
  • {{endif}} {{if $purchase->renewals and !$purchase->grouped_renewals}}
  • {lang="purchase_renewal_terms"}
    {$purchase->renewals->toDisplay( $purchase->member )}
  • {{endif}} {{if $purchase->billing_agreement AND !$purchase->billing_agreement->canceled}}
  • {lang="ps_billing_agreement"}
    {$purchase->billing_agreement->gw_id}
  • {{endif}}
  • {lang="nexus_subs_view_purchase"}
  • {{if $pendingInvoice = $purchase->invoice_pending and $pendingInvoice->status === $pendingInvoice::STATUS_PENDING}}
  • {lang="purchase_renew_now"}
  • {{elseif $purchase->expire AND $canRenewUntil = $purchase->canRenewUntil(NULL,TRUE)}}
  • id}" base="front" csrf="true" seoTemplate="clientspurchaserenew" seoTitle="\IPS\Http\Url\Friendly::seoTitle( $purchase->name )"}" class='ipsButton ipsButton_important' title="{lang="purchase_renew_now_title"}" {{if $canRenewUntil === TRUE or $canRenewUntil > 1}}data-ipsDialog data-ipsDialog-size='narrow'{{endif}}>{lang="purchase_renew_now"}
  • {{endif}} {{if $purchase->canCancel()}}
  • id}" base="front" csrf="true" seoTemplate="clientspurchasecancel" seoTitle="\IPS\Http\Url\Friendly::seoTitle( $purchase->name )"}" class='ipsButton ipsButton_negative' data-confirm data-confirmSubMessage="{lang="purchase_cancel_renewal_confirm"}">{lang="purchase_cancel_renewal"}
  • {{endif}}