{% extends 'base.html' %} {% block title %}

{{ pageTitle }}


{% endblock title %} {% block body %} {# IMPORT FROM PUBCHEM #} {% include('import-pubchem-modal.html') %} {% include('create-compound-modal.html') %} {% include('create-resource-from-compound-modal.html') %} {% include('edit-compound-modal.html') %}

{{ 'Compounds are chemical entities associated with properties such as a CAS number, a molecular formula, SMILES or InChI representations, hazardous properties, etc... This page allows you to manage your compounds database, which is shared to everyone on the instance. Once created, a compound can be associated with a Resource (or Experiment).'|trans }}

{{ 'Exact'|trans }}

{{ 'Double-click a row in the table below to edit compound.'|trans }}

{% endblock body %}