{% set option_settings = processor.get_options(dataset, current_user)[option] %}
{% if option_settings.type == "string" %} {% elif option_settings.type in ("json", "textarea") %} {% elif option_settings.type == "choice" %} {% elif option_settings.type == "multi" %}
{% elif option_settings.type == "multi_select" %}
{% elif option_settings.type == "file" %} {% elif option_settings.type == "daterange" %}
to
{% endif %} {% if "tooltip" in option_settings %} {% set pid = uniqid() %} {% endif %}