{% extends 'base.html' %} {% set active_page = "analyse" %} {% block main %}

Chemical Properties and Alerts

{% include 'flash_messages.html' %} {{ form.csrf_token }}
{{ form.query.label }} {{ form.query(class="form-control")}}

{% if complete %}

Properties

{% for x in prop %} {% endfor %}
Property Value
{{x}} {{prop[x]}}
{% if perfect %}

No alerts for the given compound.

{% endif %}
{% for x in range(result|length) %}
{{result[x]["SVG"] | safe }}
{{result[x]["Name"]}}

{{result[x]["Description"]}}

Read Paper
{% endfor %}
{% endif %} {% endblock %}