{% if modelify.model_input_type == "INPUT_LIST" %} {% include 'components/forms/inputlist.html' %} {% elif modelify.model_input_type == "IMAGE" %} {% include 'components/forms/image.html' %} {% else %} Error {% endif %}