{% extends "structure_view_base.html" %} {% load static %} {% block title %}Substances-Overview{% endblock %} {% block top %}
{% endblock %} {% block main_content %} {% if substance_list %}
| 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 }} |
No substances are available.
{% endif %} {% endblock %}