{% extends "framework.html" %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_compound_modal.html" %} {% include "modals/objects/delete_compound_modal.html" %} {% endblock action_modals %}
{{ compound.name }}

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

{{ compound.description }}
{{ compound.default_structure.as_svg|safe }}
{{ compound.default_structure.smiles }}
{{ compound.default_structure.InChIKey }}
{% endblock content %}