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

1. Substance/Mixture Info

{# This form should add a list of substances. If only one, use substance id. If more than one, use mixture. And create any new mixture/substance as needed #} (to-do. embed substance+mixture form)

2. Batch Info

{% htmx_number_input name="purity" label=" % Purity" placeholder="0-100%; leave blank if unknown" %}
(to-do. expiration date)
{% htmx_text_input name="supplier" placeholder="(optional) write 'internal' for in-house synthesis" %}
{% htmx_text_input name="supplier_catalog_number" label="Supplier Product #" placeholder="(optional) e.g. 50-177-2891" %}
{% include "core/forms/comments.html" %}

3. Container Info

(to-do. embed container form)
{% include "data_explorer/dynamic_submit_button.html" %} {% endblock %}