{% if this.schema.transformer.components == None%} {% else %} {%for comp in this.schema.transformer.components:%}

{% if this.schema.transformer.destructuring == False%} {% endif %} import html from pixiedust_rosie.classify.adapt23 import * self.schema.transformer.components[{{loop.index0}}]._definition = bytes23(html.unescape('$val(comp{{loop.index0}})'))

{%endfor%}
{% endif %}