Table "Template transformation by priority"
| $1,$2... | parameters recieved in query line |
| <&...expression...> | query calculation (get value, get list of object) |
| [&...expression...] | expression calculation (arithmetic and comparison) |
| <IF ...value... ...number...> | branching |
| <@...expression...<...template...@> | template substitution to aggregate (from expression) |
| <@...template...@> | single inclusions substitution |
The table is given to explain in what order template are processed.