You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
default
{{...}}delimiters) gets executed on the server before the page is delivered to the browser. So, your Python code cannot interact with Javascript code (which is executed in the browser after the full page has been processed by web2py). In other words, you cannot have a Python loop that runs some Javascript code within the loop. You will need to explain in more detail what you are trying to achieve.