#CLE
and #VALEUR
are the two tags that display the key and the value in a loop DATA
.
#VALEUR{x}
allows to display the undervalue of x if #VALEUR
is an array (equivalent to [(#VALEUR|table_valeur{x})]
).
You can chain several sub-indexes #VALEUR{x/y/z}
to display a value in a sub-level of the array.