{% extends "framework.html" %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_rule_modal.html" %} {% endblock action_modals %}
{{ rule.name }}

{{ rule.description }}

{{ rule.as_svg|safe }}

{{ rule.smirks }}

{{ rule.reactants_smarts }}

{{ rule.reactant_filter_smarts }}

{{ rule.products_smarts }}

{{ rule.product_filter_smarts }}

{% for cr in rule.parallelrule_set.all %} {{ cr.name }} {% endfor %}
{% for s in rule.scenarios.all %} {{ s.name }} {% endfor %}
{% for r in rule.related_reactions %} {{ r.name }} {% endfor %}
{% for r in rule.related_pathways %} {{ r.name }} {% endfor %}
{% endblock content %}