{% extends "collections/paginated_base.html" %} {% load envipytags %} {% block page_title %}Compounds{% endblock %} {% block action_button %}
{% if meta.can_edit %} {% endif %} {% epdb_slot_templates "epdb.actions.collections.compound" as action_button_templates %} {% for tpl in action_button_templates %} {% include tpl %} {% endfor %}
{% endblock action_button %} {% block action_modals %} {% include "modals/collections/new_compound_modal.html" %} {% epdb_slot_templates "modals.collections.compound" as action_modals_templates %} {% for tpl in action_modals_templates %} {% include tpl %} {% endfor %} {% endblock action_modals %} {% block description %}

A compound stores the structure of a molecule and can include meta-information.

Learn more >> {% endblock description %}