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

{{ node.name }}

The underlying structure can be found here.

Description
{{ node.description }}
{% if node.aliases %}
Aliases
{% endif %}
Image Representation
{{ node.default_node_label.as_svg|safe }}
SMILES Representation
{{ node.default_node_label.smiles }}
{% if node.scenarios.all %}
Scenarios
{% endif %} {% if app_domain_assessment_data %}
{# prettier-ignore-start #} {# FIXME: This is a hack to get the app domain assessment data into the JavaScript code. #} {# prettier-ignore-end #} {% endif %}
{% endblock content %}