{% extends "framework_modern.html" %} {% block content %} {% block action_modals %} {# {% include "modals/objects/edit_edge_modal.html" %}#} {% include "modals/objects/generic_set_aliases_modal.html" %} {% include "modals/objects/generic_set_scenario_modal.html" %} {% include "modals/objects/generic_delete_modal.html" %} {% endblock action_modals %}

{{ edge.edge_label.name }}

Description
{{ edge.description }}
{% if edge.aliases %}
Aliases
{% endif %}
Image Representation
{{ edge.edge_label.as_svg|safe }}
Reaction Description
{% for educt in edge.start_nodes.all %} {{ educt.name }} {% endfor %} {% for product in edge.end_nodes.all %} {{ product.name }} {% endfor %}
SMIRKS Representation
{{ edge.edge_label.smirks }}
{% if edge.edge_label.rules.all %}
Rules
{% endif %} {% if edge.scenarios.all %}
Scenarios
{% endif %}
{% endblock content %}