{% 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 %}