{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}Add User Chemical{% endblock %} {% block extrahead %} {% load static %} {% endblock %} {% block content %}

Add User Chemical to Inventory

Use this form to maintain inventory of user owned chemicals currently in the {{ facility_name }}. Complete the form after the chemical is approved, labeled, and has been brought into the lab. You may associate a chemical with a request to bring it into the lab by using the link for that chemical on the chemical requests page here: View Chemical Requests

Chemical Information

{% csrf_token %} {% if chemical_request %}{% endif %}
{% if chemical_request %} {% else %} {% endif %}
{% if chemical_request %} Requested Chemical Name: {{ chemical_request.name }} {% endif %}
{% endblock %}