{% extends "base.html" %} {% block content %} {% if error %}
×
Error in submitted data!
{% for e in error %}
{{e}}
{% endfor %}

Back to upload

{% elif success %}
×
{% for s in success %}
{{s}}
{% endfor %}

Back to upload

{% else %}
Please check the data carefully and either confirm or cancel the submission at the bottom
{% for mol in mollist %}

{{mol.name}}

CAS:{{mol.CAS}}
Other names: {{mol.altname}}
SMILES: {{mol.SMILES}}
Properties
MW HBA HBD LogP TPSA Rot. Comp. Fsp3C Brutto formula
{{mol.CMW|floatformat:2}} {{mol.HBA}} {{mol.HBD}} {{mol.logP|floatformat:2}} {{mol.tpsa}} {{mol.nrb}} {{mol.complexity}} {{mol.fsp3|floatformat:2}} {{mol.CHN}}
Availability
Suppliers Supplier IDs Storage Storage ID Quantity Class Added
{{mol.supplier}} {{mol.supplierID}} {{mol.storage}} {{mol.storageID}} {{mol.amount}} {{mol.unit}} {{mol.molclass}} {{mol.added}}
Bar codes
Plate barcode Sample barcode
{{mol.platebarcode}} {{mol.samplebarcode}}
PAINS
Identified PAINS
{{mol.pains}}
Comment

{{mol.comment}}

{% endfor %}
{% csrf_token %}
{% csrf_token %}
{% endif %} {% endblock %}