= $principal ?>
= $this->lang->line('Solde Principal') ?>
= $commission; ?>
= $this->lang->line('Solde Commission') ?>
= $this->lang->line($nh_config->provider_billing_period ?? ''); ?>
= $this->lang->line('provider_billing_period') ?>
= $this->lang->line($nh_config->family_coverage_sharing ? 'Oui' : 'Non'); ?>
= $this->lang->line('family_coverage_sharing') ?>
= $this->lang->line($nh_config->password_validation) ?>
= $this->lang->line('password_validation') ?>
= $nh_config->max_number_of_beneficiaries ?? ''; ?>
= $this->lang->line('max_number_of_beneficiaries') ?>
= $nh_config->age_limit_of_insured_and_spouse ?? ''; ?>
= $this->lang->line('age_limit_of_insured_and_spouse') ?>
= $nh_config->age_limit_of_child_beneficiary ?? ''; ?>
= $this->lang->line('age_limit_of_child_beneficiary') ?>
= $nh_config->current_affection_percentage_insurer ?? ''; ?>%
= $this->lang->line('current_affection').' : '.$this->lang->line('percentage_insurer') ?>
= $nh_config->current_affection_percentage_insured ?? ''; ?>%
= $this->lang->line('current_affection').' : '.$this->lang->line('percentage_insured') ?>
= $nh_config->long_term_affection_percentage_insurer ?? ''; ?>%
= $this->lang->line('long_term_affection').' : '.$this->lang->line('percentage_insurer') ?>
= $nh_config->long_term_affection_percentage_insured ?? ''; ?>%
= $this->lang->line('long_term_affection').' : '.$this->lang->line('percentage_insured') ?>
= $nh_config->exoneration_percentage_insurer ?? ''; ?>%
= $this->lang->line('exoneration').' : '.$this->lang->line('percentage_insurer') ?>
= $nh_config->exoneration_percentage_insured ?? ''; ?>%
= $this->lang->line('exoneration').' : '.$this->lang->line('percentage_insured') ?>
= $this->lang->line('years_price_grid') ?>
= $this->lang->line('min_age')?> | = $this->lang->line('max_age') ?> | = $this->lang->line('markup_percentage') ; ?> |
---|---|---|
= $row->min_age ?> | = $row->max_age ?> | = floatval($row->markup_percentage).'%' ?> |
= $this->lang->line('months_price_grid') ?>
= $this->lang->line('number_of_months') ?> | = $this->lang->line('min_amount') ?> | = $this->lang->line('max_insurance_coverage_amount') ?> | = $this->lang->line('waiting_period_days') ?> | = $this->lang->line('payment_period') ?> | = $this->lang->line('payment_duration_months') ?> | = $this->lang->line('number_of_fractions') ?> |
---|---|---|---|---|---|---|
= $row->number_of_months ?> | = Money::of(round($row->min_amount, 2), $currency_code, $context)->formatTo('fr_FR'); ?> | = Money::of(round($row->max_insurance_coverage_amount, 2), $currency_code, $context)->formatTo('fr_FR'); ?> | = $row->waiting_period_days ?? '' ?> | = $this->lang->line($row->payment_period) ?> | = $row->payment_duration_months ?> | = $row->number_of_fractions ?> |
= $this->lang->line('subscriptions_of_the_last_12_months'); ?>
= $this->lang->line('list_of_acts') ?>
Code | ".$this->lang->line('Nom')." | ".$this->lang->line('billing_type')." | ".$this->lang->line('authorization_type')." | Action | "; ?>|
---|---|---|---|---|---|
= $i+1 ?> | = $row->code ?> | = $row->name ?> | = $this->lang->line($row->billing_type); ?> | = $this->lang->line($row->authorization_type); ?> |
= $this->lang->line('provider_classes') ?>
".$this->lang->line('Nom')." | Action | "; ?>|
---|---|---|
= $i+1 ?> | = $row->name ?> |