{% extends "base.html" %} {% block content %}

Solvent Guide

About the Solvent Guide ❱ Colour Preferences ❱

Choose up to two solvents from the classes below to compare them!

{% for family in families %}
{% for solvent in solvents %} {% if solvent["Family"] == family %}
{% endif %} {% endfor %}
{% endfor %}
Default {% for solvent in solvents %} {{ solvent["Solvent"] }} {% endfor %}
Default {% for solvent in solvents %} {{ solvent["Solvent"] }} {% endfor %}
{% for solvent in solvents %} {% endfor %} {% if sol %} {% endif %} {% endblock %}