= $this->lang->line('insured_infos')?>
= $this->lang->line('Nom'); ?> | = $user->lastname ?? '' . $user->firstname ?? ''; ?> |
= $this->lang->line('Adresse')?> | = $user->adresse ?> |
= $this->lang->line('Contact')?> | = $user->phone." | ".$user->email ?> |
= Money::of(round($subscription->total_bonus_amount, 2), $subscription->currency_code, $this->context)->formatTo('fr_FR') ?>
= $this->lang->line('bonus_amount') ?>
= Money::of(round($subscription->bonus_amount, 2), $subscription->currency_code, $this->context)->formatTo('fr_FR') ?>
= $this->lang->line('insured_bonus_amount') ?>
= $subscription->number_of_months ?>
= $this->lang->line('number_of_months') ?>
= $this->lang->line($subscription->state)?>
= $this->lang->line('Statut') ?>
= $this->lang->line($subscription->insurance_action) ?>
= $this->lang->line('reason') ?>
= $this->lang->line($subscription->payment_period) ?>
= $this->lang->line('payment_period') ?>
= $subscription->number_of_fractions ?>
= $this->lang->line('number_of_fractions') ?>
= $this->lang->line('beneficiaries') ?>
# | = $this->lang->line('Nom'); ?> | = $this->lang->line('gender'); ?> | = $this->lang->line('birth_date'); ?> | Affiliation | = $this->lang->line('bonus_amount'); ?> | Images |
---|---|---|---|---|---|---|
" . ($i+1) . " | " . $row->lastname.' '.$row->firstname . " | " . $row->gender . " | " . $row->birthdate . " | ".$this->lang->line($row->affiliation)." | " . $bonus_amount. " | "; ?>