Skip to content
Snippets Groups Projects
Commit 961af895 authored by Benoît Courty's avatar Benoît Courty Committed by benoit-cty
Browse files

Fix effectif

parent 2e7b6409
Branches
No related tags found
1 merge request!6Ajout de la section Education
......@@ -132,8 +132,12 @@
<Popup
>Nom : {etab.appellation_officielle}<br />
Effectif : {etab.effectifs} élèves</Popup
>
Effectif : {#if Number(etab.effectifs || 0) == 0}
n.c.
{:else}
{etab.effectifs} élèves
{/if}
</Popup>
</Marker>
{/each}
</Leaflet>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment