pstapers-acheron
pstapers-acheron
As a workaround, it is possible to pass loop-variables as parameters into the pass_context-function. An example is here: https://stackoverflow.com/questions/8056516/how-to-access-a-for-variable-from-a-jinja2-contextfilter. Unfortunately, this workaround is not applicable to my use case (my...
Hi @davidism , thanks for your quick reply Unfortunately, context.resolve is not able to retrieve the value of "env". Instead, it returns an "Undefined":  Here is an updated example...
A small investigation.. I found that the loop-variables are properly stored in idtracking -> self.stores.  I assume that there should be a mechanism that transfers these names to the...