{% extends "data_explorer/table_entry.html" %} {% block entrycontent %}
{# header #}

Overview

{% include "rdkit/molecule_entry_display.html" %}
Base Info
CAS Number {{ table_entry.cas_number }}
Name {{ table_entry.name }}
Disciplines {% for tag in table_entry.disciplines %}
{{ tag }}
{% endfor %}
Classes {% for tag in table_entry.pesticide_classes %}
{{ tag }}
{% endfor %}
Approval Source {{ table_entry.approval_source }}
Notes
{{ table_entry.notes|linebreaks }}
{% endblock %}