{% extends "framework_modern.html" %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_reaction_modal.html" %} {% include "modals/objects/generic_set_aliases_modal.html" %} {% include "modals/objects/generic_set_scenario_modal.html" %} {% include "modals/objects/generic_copy_object_modal.html" %} {% include "modals/objects/generic_set_external_reference_modal.html" %} {% include "modals/objects/generic_delete_modal.html" %} {% endblock action_modals %}

{{ reaction.name }}

Description
{{ reaction.description }}
{% if reaction.aliases %}
Aliases
{% endif %}
Image Representation
{{ reaction.as_svg|safe }}
Reaction Description
{% for educt in reaction.educts.all %} {{ educt.name }} {% endfor %} {% for product in reaction.products.all %} {{ product.name }} {% endfor %}
SMIRKS Representation
{{ reaction.smirks }}
{% if reaction.rules.all %}
Rules
{% endif %} {% if reaction.get_related_enzymes %}
EC Numbers
{% endif %} {% if reaction.related_pathways %}
Pathways
{% endif %} {% if reaction.scenarios.all %}
Scenarios
{% endif %} {% if reaction.get_external_identifiers %}
External Identifier
{% if reaction.get_rhea_identifiers %}
Rhea
{% endif %} {% if reaction.get_uniprot_identifiers %}
UniProt
{% endif %}
{% endif %}
{% endblock content %}