{% extends "framework.html" %} {% block content %}
Migration Status for {{ bt_rule_name }}

A package contains pathways, rules, etc. and can reflect specific experimental conditions. Learn more >>

{% for obj in results %}
{% if obj.status %} {% else %} {% endif %}

{{ obj.name }}

{% if obj.status %}

Products generated by AMBIT: {{ obj.ambit_smiles }}

Products generated by RDKit: {{ obj.rdkit_smiles }}

{% else %}
{{ obj.detail }}
{% endif %}
{% endfor %}
{% endblock content %}