{% extends "base.html" %} {% block scripts %} {% include "sortable_table_script.html" %} {% endblock scripts %} {% block head_title %}Chemical List{% endblock %} {% block title %}Chemical List{% endblock %} {% block content %} {% if perms.reagents.add_chemical %}
{% endif %}| Chemical | Source | Vendor | |
|---|---|---|---|
| {{ chemical }} | {{chemical.source}} | {{chemical.vendor}} |
|