Fixed text:
{{ desc }}

All visible table values
## for value in table
{{ value.name }}: {{ value.valueDisplay }}
## endfor

Table Full, all lines
## for lineid, line in tablefullalllines
{{ lineid }}:
## for value in line
{{ value.name }}: {{ value.valueDisplay }}
## endfor
---
## endfor

All classification
## for key, value in class
{{ key }}: 
## for varsGroup in value
## for vars in varsGroup
    {{ vars.systemId }} {{ vars.instance }} -> {{ vars.cVarname }}: {{ vars.value }}
## endfor
## endfor
## endfor

Specific table value
{{ tableval }}

Specific classification
{{ classval }}
{{ classval2 }}

Project value
{{ prjval }}

Media value
{{ mediaval }}

Assembly value
{{ asmval }}

Values set via option
{{ optionval }}



