{% extends "base.html" %} {% block title %}Blacklisted Chemicals{% endblock %} {% block page_title %}Your blacklisted chemicals{% endblock %} {% block extrahead %}{% endblock %} {% block navbar_items %} Blacklisted {% endblock %} {% block sidebar_items %}{% endblock %} {% block javascript %} {% endblock %} {% block page_body %}
The following table lists chemicals that you have identified as problematic in some way; any compounds listed as active will be excluded from future expansions by the Tree Builder. You can delete or deactivate any of these banned chemicals at any time.
To add a chemical to the ban list, hold your mouse over a chemical node in the results of a Tree Builder expansion. Click on the blacklist link in the upper-right corner.
{% if blacklisted_chemicals %}Active | Created | Chemical | Description | Delete | {% for blacklisted_chemical in blacklisted_chemicals %}
---|---|---|---|---|
{{ blacklisted_chemical.active }} | {{ blacklisted_chemical.created }} | {{ blacklisted_chemical.description }} | X | {% endfor %}
Looks like there's nothing here!
{% endif %} {% endblock %}