Faits marquants
Les faits marquants
Une erreur s'est produite lors du traitement du gabarit.
The following has evaluated to null or missing: ==> DescriptionDétaillée [in template "20097#20123#678685" at line 10, column 3] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${DescriptionDétaillée.getData()} [in template "20097#20123#678685" at line 10, column 1] ----
1<#--
2Web content templates are used to lay out the fields defined in a web
3content structure.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8<h1>${Texte1vzs.getData()}</h1>
9<p>
10${DescriptionDétaillée.getData()}
11</p>
Une erreur s'est produite lors du traitement du gabarit.
The following has evaluated to null or missing: ==> DescriptionDétaillée [in template "20097#20123#678685" at line 10, column 3] ---- Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${DescriptionDétaillée.getData()} [in template "20097#20123#678685" at line 10, column 1] ----
1<#--
2Web content templates are used to lay out the fields defined in a web
3content structure.
4
5Please use the left panel to quickly add commonly used variables.
6Autocomplete is also available and can be invoked by typing "${".
7-->
8<h1>${Texte1vzs.getData()}</h1>
9<p>
10${DescriptionDétaillée.getData()}
11</p>