{% extends "base.html" %} {% block content %}

{{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}}

{% endblock %}