{% htmx_selectbox name="project_id" options=component.project_options defer=False include=include %}
{% if component.hypothesis_options %}
{% htmx_selectbox name="hypothesis_id" options=component.hypothesis_options %}
{% endif %}
{% if component.tag_options %}
{% htmx_selectbox name="tags__ids" label="Tags" options=component.tag_options dynamic_options=True multiselect=True %}
{% endif %}