{% extends "base.html" %} {% block title %}Blacklisted Reactions{% endblock %} {% block page_title %}Your blacklisted reactions{% endblock %} {% block extrahead %}{% endblock %} {% block navbar_items %} Blacklisted {% endblock %} {% block sidebar_items %}{% endblock %} {% block javascript %} {% endblock %} {% block page_body %}
The following table lists reactions 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 reactions at any time.
To add a reaction to the ban list, hold your mouse over a reaction node in the results of a Tree Builder expansion. Click on the blacklist link in the upper-right corner.
{% if blacklisted_reactions %}Active | Created | Reaction | Description | Delete | {% for blacklisted_reaction in blacklisted_reactions %}
---|---|---|---|---|
{{ blacklisted_reaction.active }} | {{ blacklisted_reaction.created }} | {{ blacklisted_reaction.description }} | X | {% endfor %}
Looks like there's nothing here!
{% endif %} {% endblock %}