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

{{ compound.name }}

The structures stored in this compound can be found at Compound structures >>

{% if compound.aliases %}
Aliases
{% endif %}
Description
{{ compound.description }}
Image Representation
{{ compound.default_structure.as_svg|safe }}
SMILES Representation
{{ compound.default_structure.smiles }}
Canonical SMILES Representation
{{ compound.default_structure.canonical_smiles }}
InChIKey
{{ compound.default_structure.inchikey }}
{% if compound.related_reactions %}
Reactions
{% endif %} {% if compound.related_pathways %}
Pathways
{% endif %} {% if compound.scenarios.all %}
Scenarios
{% endif %} {% if compound.get_external_identifiers %}
External Identifier
{% if compound.get_pubchem_compound_identifiers %}
PubChem Compound Identifier
{% endif %} {% if compound.get_pubchem_substance_identifiers %}
PubChem Substance Identifier
{% endif %} {% if compound.get_chebi_identifiers %}
ChEBI Identifier
{% endif %}
{% endif %}
{% endblock content %}