{% extends "structure_view_base.html" %} {% load static %} {% block title %} Substances-Overview {% endblock %} {% block top %}

LARA Substances

{% endblock %} {% block main_content %} {% if substance_list %} {% for item in substance_list %} {% endfor %}
{{ table_caption }}
Structure Name Acronym Molecular weight Sumformula InChIKey XlogP Safety
{{ item.name }} {{ item.acronym }} {{ item.mwt | floatformat:2 }} {{ item.sumformula }} {{ item.InChIKey }} {{ item.XlogP }} {{ item.name }}
{% else %}

No substances are available.

{% endif %} {% endblock %}