{% extends "framework.html" %} {% block content %} {% block action_modals %} {% include "modals/objects/edit_compound_structure_modal.html" %} {% endblock action_modals %}
{{ compound_structure.name }}

{{ compound_structure.description }}

{{ compound_structure.as_svg|safe }}
{{ compound_structure.smiles }}
{% endblock content %}