Open
Description
I tried the following stupid code:
{% block choice_row %}
<twig:Select label="{{ form.vars.label|default(name|humanize)|trans }}">
{{ parent() }}
</twig:Select>
{% endblock %}
But the parent()
function does not work inside a twig component. 😅 It was a bit disturbing. Not sure it's a bug or a feature request to be honest.