We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to loop through an iterable object similar to how it is done in jinja?
The text was updated successfully, but these errors were encountered:
The looping is to place data in a longtable, where each item is a list and each element of the list is one cell of the table
Sorry, something went wrong.
Yea. Just like the docs say "\BLOCK{...} is substituted for {% ... %}"
\BLOCK{...}
{% ... %}
The looping syntax is just a straight translation of the usual Jinja syntax, and looks like this:
\BLOCK{ for item in items } \VAR{item} \BLOCK{ endfor }
Maybe an example with a loop would be useful in the documentation, but otherwise I think this issue can be closed.
No branches or pull requests
Is there a way to loop through an iterable object similar to how it is done in jinja?
The text was updated successfully, but these errors were encountered: