= $this->user->plan->translations->{\Altum\Language::$name}->name ?? $this->user->plan->name ?>
user->plan_id != 'free' && (new \DateTime($this->user->plan_expiration_date)) < (new \DateTime())->modify('+5 years')): ?>
=
$this->user->payment_subscription_id ?
sprintf(l('account_plan.plan.renews'), '' . \Altum\Date::get($this->user->plan_expiration_date, 2) . '', l('pay.custom_plan.' . $this->user->payment_processor), nr($this->user->payment_total_amount), $this->user->payment_currency)
: sprintf(l('account_plan.plan.expires'), '' . \Altum\Date::get($this->user->plan_expiration_date, 2) . '')
?>