What do you think about
{{ sets[0][0].uid }}
{{ sets[0][0].description }}
Question
Your Response
{% for set in sets %}
{{ set[1].name }}
{% for option in set[1].options %}
{{ option }}
{% endfor %}
{% endfor %}
< Back to Annotation
Next >