Changes for page Query Users
Last modified by bougault on 2023/09/28 17:01
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -20,6 +20,17 @@ 20 20 {{velocity}} 21 21 22 22 {{html clean="false"}} 23 +<ul> 24 +#foreach($warning in $warnings) 25 + <li>$warning</li> 26 +#end 27 +</ul> 28 +{{/html}} 29 +{{/velocity}} 30 + 31 +{{velocity}} 32 + 33 +{{html clean="false"}} 23 23 $warnings 24 24 {{/html}} 25 25 {{/velocity}}