{% extends "htmx/form_base.html" %} {% block form %} {% include "data_explorer/general_search_options.html" %}

1. Location Info

{% htmx_text_input name="name" placeholder="e.g. Fume hood A3" %}
{% htmx_number_input name="temperature_celsius" label="Temperature (°C)" placeholder="leave at 20 for 'room temp'" %}
{% if component.form_mode != "search" %}
{% htmx_text_area name="description" placeholder="A quick description about this project and its scope" %}
{% endif %}
{% include "data_explorer/dynamic_submit_button.html" %} {% endblock %}