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
The dot notation to access subelements
py3o.companies.0.label
raises a TemplateSyntaxError in Genshi
The brackets notation
py3o.companies[0].label
doesn't work anymore in Libreoffice (brackets are not allowed in user fields)
The text was updated successfully, but these errors were encountered:
91c40d4
No branches or pull requests
The dot notation to access subelements
raises a TemplateSyntaxError in Genshi
The brackets notation
doesn't work anymore in Libreoffice (brackets are not allowed in user fields)
The text was updated successfully, but these errors were encountered: