This is a Particularly Hazardous Substance
{% if result.WSU_highly_acute_toxin %}This compound has no safety information available
{{result.IUPAC_name}}
{{result.dp_molecule.simple_html | safe}}
cid: {{ result.cid }}
FM: {{result.dp_molecule.molecular_weight.html | safe}} g/mol
{% if result.melting_point %}
MP: {{((result.melting_point-32)*5/9) | int}} °C
{% endif %}
{% if result.boiling_point %}
BP: {{((result.boiling_point-32)*5/9) | int}} °C
{% endif %}
{% if result.density %}
ρ: {{result.density | round(2)}} g/mL
{% endif %}
{% if result.SMILES %}
{% endif %}