{% 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.get_name }}

The underlying structure can be found here.

Image Representation
{{ node.default_node_label.as_svg|safe }}
SMILES Representation
{{ node.default_node_label.smiles }}
{% if node.default_node_label.aliases %}
Aliases
{% endif %} {% if node.default_node_label.half_lifes %}
Half-lives
{% for scenario, half_lifes in node.default_node_label.half_lifes.items %} {% endfor %}
Scenario Values
{{ scenario.name }} ({{ scenario.package.name }})
Scenario Type {{ scenario.scenario_type }}
Half-life (days) {{ half_lifes.0.dt50 }}
Model {{ half_lifes.0.model }}
{% endif %} {% 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 %}