pstapers-acheron

Results 3 comments of 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": ![image](https://user-images.githubusercontent.com/82057247/126895536-1190ffdb-4190-4f90-8735-c57fbc4dec7a.png) Here is an updated example...

A small investigation.. I found that the loop-variables are properly stored in idtracking -> self.stores. ![image](https://user-images.githubusercontent.com/82057247/126896706-864c01f2-347c-4b9f-a12c-004dc61d32e6.png) I assume that there should be a mechanism that transfers these names to the...