{% extends "base.html" %} {% block title %}{{ sop[2] }} - WSU Lab Management System{% endblock %} {% block extra_styles %} {% endblock %} {% block content %}
| Name | Formula & Mass | Particularly Hazardous | Hazardous Waste | Disposal | Other Concerns | Pictograms | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ c.name }} - Error: {{ c.error }}
{% if c.details %}
{% for detail in c.details %}
{% endif %}
{{ detail }}
{% endfor %}
|
{% else %}
{{ c.full_name }}
{% if c.name_difference %}
⚠️ (entered as: {{ c.name }})
{% endif %}
{% if c.details %}
{% for detail in c.details %}
{% endif %}
{{ detail }}
{% endfor %}
|
{% if c.dp_molecule.simple_html %}
{{ c.dp_molecule.simple_html|safe }} {% endif %} {% if c.dp_molecule and c.dp_molecule.molecular_weight %} {{ c.dp_molecule.molecular_weight }} g/mol
{% endif %}
|
{% if c.WSU_particularly_hazardous %}
{% if c.WSU_No_GHS %} No safety information available {% endif %}
{% if c.WSU_highly_acute_toxin %}Highly acute toxin {% endif %}
{% if c.WSU_reproductive_toxin %}Reproductive toxin {% endif %}
{% if c.WSU_carcinogen %}Carcinogen {% endif %}
{% endif %}
|
{% if c.hazardous_waste %} {{ c.hazardous_waste_info }} {% endif %} |
{% if c.disposal_info %}
{% for i in c.disposal_info %}
{{ i }}
{% endfor %}
{% endif %}
|
{% if c.flammability_class %}
Flammability: {{ c.flammability_class }}
{% endif %}
{% if c.peroxide_class %}
Peroxide Class {{ c.peroxide_class }}: {{ c.peroxide_class_info }}
{% endif %}
|
{% if c.pictograms %}
{% for pictogram in c.pictograms %}
{% endif %}
|
{% endif %}
||||||
{% if sop[20] == 1 and (not sop[23] or sop[23] == 0) %} Faculty reviewers (for major changes) or lab managers/admins {% else %} Lab managers and admins {% endif %}
{% if sop[20] == 1 and (not sop[23] or sop[23] == 0) %} Faculty reviewers (for major changes) or lab managers/admins {% else %} Lab managers and admins {% endif %}
Owner only - withdraw from approval process
| Name | Formula & Mass | Particularly Hazardous | Hazardous Waste | Disposal | Other Concerns | Pictograms | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
{{ c.name }} - Error: {{ c.error }}
{% if c.details %}
{% for detail in c.details %}
{% endif %}
{{ detail }}
{% endfor %}
|
{% else %}
{{ c.full_name }}
{% if c.name_difference %}
⚠️ (entered as: {{ c.name }})
{% endif %}
{% if c.details %}
{% for detail in c.details %}
{% endif %}
{{ detail }}
{% endfor %}
|
{% if c.dp_molecule.simple_html %}
{{ c.dp_molecule.simple_html|safe }} {% endif %} {% if c.dp_molecule and c.dp_molecule.molecular_weight %} {{ c.dp_molecule.molecular_weight }} g/mol
{% endif %}
|
{% if c.WSU_particularly_hazardous %}
{% if c.WSU_No_GHS %} No safety information available {% endif %}
{% if c.WSU_highly_acute_toxin %}Highly acute toxin {% endif %}
{% if c.WSU_reproductive_toxin %}Reproductive toxin {% endif %}
{% if c.WSU_carcinogen %}Carcinogen {% endif %}
{% endif %}
|
{% if c.hazardous_waste %} {{ c.hazardous_waste_info }} {% endif %} |
{% if c.disposal_info %}
{% for i in c.disposal_info %}
{{ i }}
{% endfor %}
{% endif %}
|
{% if c.flammability_class %}
Flammability: {{ c.flammability_class }}
{% endif %}
{% if c.peroxide_class %}
Peroxide Class {{ c.peroxide_class }}: {{ c.peroxide_class_info }}
{% endif %}
|
{% if c.pictograms %}
{% for pictogram in c.pictograms %}
{% endif %}
|
{% endif %}
||||||