{% extends 'base.html' %} {% load custom_tags_and_filters %} {% block title %}New Material Requests{% endblock %} {% block content %}

Material Requests

{% if user.is_staff %}

View Material Requests

{% endif %}

Use this form to request to bring new materials into the {{ facility_name }}. This is necessary to make sure that there is an adequate plan to minimize contamination and safety risks. Staff will review your request and may ask for more details. If your material is permitted, they will work with you on storage, waste disposal, and allowed processes.

{% if chemical_request %} Edit Request {% else %} Request permission {% endif %} to bring a new material into the {{ facility_name }}


{% csrf_token %}

Chemical Information

{% if chemical_request and chemical_request.sds %}

Current: {{ chemical_request.sds.name }}

{% endif %}

Upload the Safety Data Sheet (PDF only).

Hazards & Stability

{% for h in hazards %}
{% endfor %}

Usage & Exposure

Be sure to include:
  • Where in the facility it will be used
  • In what tools it will be used
  • Any special handling requirements
  • Expected duration and usage rate
  • Storage proposal

Waste Management

{% endblock %}