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

{{ compound_structure.name }}

{{ compound_structure.description }}

Image Representation
{{ compound_structure.as_svg|safe }}
SMILES Representation
{{ compound_structure.smiles }}
{% if compound_structure.aliases %}
Aliases
{% endif %} {% if compound_structure.scenarios.all %}
Scenarios
{% endif %}
{% endblock content %}