{% if len(tyarg.image_list) > 0 %}
{% end %}
{% if len(tyarg.text_list) > 0 %}
{% end %}
{% if len(tyarg.option_list) > 0 %}
{% end %}
{% if tyarg.text_input %}
{% end %}
{% if tyarg.image_upload %}
{% end %}
{% if tyarg.camera %}
{% end %}
{% if tyarg.boolean %}
{% end %}
{% if tyarg.slider is not None %}
{% if tyarg.slider_default is not None %}
{% else %}
{% end %}
{% end %}