update: missing translation added
This commit is contained in:
parent
08e03513ce
commit
ae76214372
@ -5,8 +5,8 @@ sib-widget(name='hd-customer')
|
|||||||
h3 Client :
|
h3 Client :
|
||||||
ul
|
ul
|
||||||
li #[span Nom de l'entreprise : ]${await value.name}
|
li #[span Nom de l'entreprise : ]${await value.name}
|
||||||
li ${await value.companyRegister ? `<span>Company register: </span> ${await value.companyRegister}` : ``}
|
li ${await value.companyRegister ? `<span>Immatriculation de l'entreprise : </span> ${await value.companyRegister}` : ``}
|
||||||
li ${await value.address ? `<span>Address: </span><br/><p>${await value.address}</p>`: ``}
|
li ${await value.address ? `<span>Adresse : </span><br/><p>${await value.address}</p>`: ``}
|
||||||
div
|
div
|
||||||
h3 Contact :
|
h3 Contact :
|
||||||
ul
|
ul
|
||||||
|
Loading…
Reference in New Issue
Block a user