'Locataire',
'owner' => 'Proprietaire',
'withoutrentalcharge' => 'Sans charge locative'
];
$map_credit_hypothecaire_en_cours = [
'withmortgageloan' => 'Avec credit hypothecaire',
'mortgagechargeiber' => 'Libre de charge hypothecaire'
];
$map_sans_charge_locative = [
'other' => 'Autre',
'withparents' => 'Chez les parents',
'cohabitant' => 'Cohabitant',
'family' => 'Famille'
];
$show_all_mail = false;
if($currentCredit->type_credit == 'pat')
$show_all_mail = true;
/* $taeg = str_replace('%', '', $currentCredit->taux_nominal_annuel);
$taux_debiteur = number_format(($taeg * 0.11) + $taeg, 2); */
?>
Demande de crédit
|
| Type de crédit: |
type_credit, $map_credit_type) ? $map_credit_type[$currentCredit->type_credit] : 'Type de crédit inconnu' ?> |
| Capital: |
capital ?> € |
| Durée: |
duree ?> type_credit === 'am'): ?>ansmois |
| Coût total: |
cout_total ?> € |
| Mensualité: |
mensualite ?> € |
| Taux nominal annuel: |
taux_nominal_annuel ?> |
| TAEG: |
taux_nominal_annuel ?> |
Emprunteur
|
| Nom: |
nom ?> |
| Prénom: |
prenom ?> |
| Téléphone: |
telephone ?> |
| Email: |
email ?> |