= Money::of(round($CE, 2), $currency_code, $context)->formatTo('fr_FR') ?>
= $this->lang->line('borrowing_capacity') ?>
= Money::of(round($group->limite_credit, 2), $currency_code, $context)->formatTo('fr_FR') ?>
= $this->lang->line('credit_limit') ?>
= $group->nombre_utilisateurs ?>
= $this->lang->line('number_of_members') ?>
=$group->createur ?>
= $this->lang->line('creator') ?>
=$group->sponsor1 ?>
Sponsor 1
=$group->sponsor2 ?>
Sponsor 2
=$group->sponsor3 ?>
Sponsor 3
= $this->lang->line('group_members') . ' - ' . $group->nom?>
" . $this->lang->line('Nom') . " | " . $this->lang->line('Téléphone') . " | " . $this->lang->line('Adresse') . " | " . $this->lang->line('principal_account') . " | " . $this->lang->line('credit_account') . " | " . $this->lang->line('savings_account') . " | " . $this->lang->line('subscription_date') . " | "; ?>||
---|---|---|---|---|---|---|---|---|
= $this->lang->line('creator') ?> | role == 'sponsor') { ?>Sponsor | = $this->lang->line('Membre') ?> | " . $row->lastname . ' ' . $row->firstname . "" . $row->phone . " | " . $row->adresse . " | " . Money::of(round($row->balance, 2), $currency_code, $context)->formatTo('fr_FR') . " | " . Money::of(round($row->balance_credit, 2), $currency_code, $context)->formatTo('fr_FR') . " | " . Money::of(round($row->balance_epargne, 2), $currency_code, $context)->formatTo('fr_FR') . " | " . $row->date_adhesion . " |