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
t-as
Example of things that would be nice to support:
<t t-foreach="[[1, 'test', 'otherValue'], [2, 'test2', 'somethingElse']]" t-as="[key, value, otherValue]" t-key="key"> <t t-esc="value"/> is <t t-esc="otherValue"/> </t>
The text was updated successfully, but these errors were encountered:
Question: what happens with $as_value, $as_index, etc
$as_value
$as_index
Sorry, something went wrong.
maybe we could stop supporting them? and if necessary, add t-as-index to give an explicit var name. (obviously, for owl 3 then)
t-as-index
(backwards compatible alternative: add a different t-for/t-for-of that doesn't need to support these)
t-for/t-for-of
backwards compatible proposal: #1491
No branches or pull requests
Example of things that would be nice to support:
The text was updated successfully, but these errors were encountered: