{% extends "base.html" %} {% block content %}
About the Solvent Guide ❱ Colour Preferences ❱
Choose up to two solvents from the classes below to compare them!
| CAS | {{ solvent["CAS"] }} | |
|---|---|---|
| Family | {{ solvent["Family"] }} | |
| Boiling Point / °C | {{ solvent["BP"] }} | |
| Flash Point / °C | {{ solvent["FP"] }} | |
| Safety | {% if solvent["Safety"] != -404 %}{{ solvent["Safety"] }} | {% else %}Not Available | {% endif %}
| Health | {% if solvent["Health"] != -404 %}{{ solvent["Health"] }} | {% else %}Not Available | {% endif %}
| Environment | {% if solvent["Env"] != -404 %}{{ solvent["Env"] }} | {% else %}Not Available | {% endif %}
| Worst H3xx | {{ solvent["Worst H3xx"] }}{% if solvent["Worst H3xx"] != "None" %}🛈{% endif %} | |
| Worst H4xx | {{ solvent["Worst H4xx"] }}{% if solvent["Worst H4xx"] != "None" %}🛈{% endif %} |
Issues: {% if solvent["Replacement 1"] != "" %}{{ solvent["Replacement Issues"] }}{% else %}na{% endif %}
Possible Substitution(s): {% if solvent["Replacement 1"] != "" %}{% else %}No Substitutions Found{% endif %}
| CAS | {{ solvent["CAS"] }} | |
|---|---|---|
| Family | {{ solvent["Family"] }} | |
| Boiling Point / °C | {{ solvent["BP"] }} | |
| Flash Point / °C | {{ solvent["FP"] }} | |
| Safety | {% if solvent["Safety"] != -404 %}{{ solvent["Safety"] }} | {% else %}Not Available | {% endif %}
| Health | {% if solvent["Health"] != -404 %}{{ solvent["Health"] }} | {% else %}Not Available | {% endif %}
| Environment | {% if solvent["Env"] != -404 %}{{ solvent["Env"] }} | {% else %}Not Available | {% endif %}
| Worst H3xx | {{ solvent["Worst H3xx"] }}{% if solvent["Worst H3xx"] != "None" %}🛈{% endif %} | |
| Worst H4xx | {{ solvent["Worst H4xx"] }}{% if solvent["Worst H4xx"] != "None" %}🛈{% endif %} |
Issues: {% if solvent["Replacement 1"] != "" %}{{ solvent["Replacement Issues"] }}{% else %}na{% endif %}
Possible Substitution(s): {% if solvent["Replacement 1"] != "" %}{% else %}No Substitutions Found{% endif %}