|
|
@@ -214,14 +214,14 @@
|
|
|
<col class="libelle"></col>
|
|
|
<col class="information"></col>
|
|
|
</colgroup>
|
|
|
- <xsl:if test ="Etablissement/Restauration/NbrPersonnes > 0">
|
|
|
+ <xsl:if test ="Etablissement/Restauration/NbrRepas > 0">
|
|
|
<td>Nombre moyen de repas par jour</td>
|
|
|
<td>
|
|
|
<xsl:value-of select="format-number((Etablissement/Restauration/NbrRepas div 140),'###.##0','europe')"></xsl:value-of>
|
|
|
</td>
|
|
|
</xsl:if>
|
|
|
<xsl:if test ="Etablissement/Restauration/NbrRepas = 0">
|
|
|
- <td>Nombre de demi-pensionnaires</td>
|
|
|
+ <td>Nombre moyen de repas par jour</td>
|
|
|
<td>Pas de restauration dans l'établissement</td>
|
|
|
</xsl:if>
|
|
|
<xsl:if test ="Etablissement/Restauration/NbrRepas > 0">
|