diff --git a/src/templates/hd-customer.pug b/src/templates/hd-customer.pug index 163fa93..791d69a 100644 --- a/src/templates/hd-customer.pug +++ b/src/templates/hd-customer.pug @@ -5,8 +5,8 @@ sib-widget(name='hd-customer') h3 Client : ul li #[span Nom de l'entreprise : ]${await value.name} - li ${await value.companyRegister ? `Company register: ${await value.companyRegister}` : ``} - li ${await value.address ? `Address:

${await value.address}

`: ``} + li ${await value.companyRegister ? `Immatriculation de l'entreprise : ${await value.companyRegister}` : ``} + li ${await value.address ? `Adresse :

${await value.address}

`: ``} div h3 Contact : ul