lang->line('subscriptions') . ' :: ' . $this->lang->line('subscription_detail') . ' - ' . $insurance_subscription_id; ?>
state,['UNDER_VALIDATION','AWAITING_FURTHER_INFORMATION'])) { ?> state == 'UNDER_VALIDATION') { ?>

db->hostname . ';dbname=' . $this->db->database, $this->db->username, $this->db->password); $configuration = new PDOProviderConfiguration(); $configuration->tableName = 'exchange_rate'; $configuration->exchangeRateColumnName = 'exchange_rate'; $configuration->targetCurrencyColumnName = 'target_currency'; $configuration->sourceCurrencyCode = $baseCurrency; // this provider loads exchange rates from your database $provider = new PDOProvider($pdo, $configuration); // this provider calculates exchange rates relative to the base currency $provider = new BaseCurrencyProvider($provider, $baseCurrency); // this currency converter can now handle any currency pair $this->converter = new CurrencyConverter($provider); $this->context = new AutoContext(); $fmt = new NumberFormatter('fr_FR', NumberFormatter::DECIMAL); ?>

lang->line('insured_infos')?>

lang->line('Nom'); ?> lastname ?? '' . $user->firstname ?? ''; ?>
lang->line('Adresse')?> adresse ?>
lang->line('Contact')?> phone." | ".$user->email ?>

total_bonus_amount, 2), $subscription->currency_code, $this->context)->formatTo('fr_FR') ?>

lang->line('bonus_amount') ?>

bonus_amount, 2), $subscription->currency_code, $this->context)->formatTo('fr_FR') ?>

lang->line('insured_bonus_amount') ?>

number_of_months ?>

lang->line('number_of_months') ?>

lang->line($subscription->state)?>

lang->line('Statut') ?>

lang->line('beneficiaries') ?>

result() as $i => $row) { $bonus_amount = Money::of(round($row->bonus_amount, 2), $subscription->currency_code, $this->context)->formatTo('fr_FR'); echo ""; ?>
# lang->line('Nom'); ?> lang->line('gender'); ?> lang->line('birth_date'); ?> Affiliation lang->line('bonus_amount'); ?> Images
" . ($i+1) . " " . $row->lastname.' '.$row->firstname . " " . $row->gender . " " . $row->birthdate . " ".$this->lang->line($row->affiliation)." " . $bonus_amount. "