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

Click here for a new chemical

{% endif %} {% for chemical in object_list %} {% endfor %}
Chemical Source Vendor
{{ chemical }} {{chemical.source}} {{chemical.vendor}} Detail {% if perms.reagents.change_construct %} Edit {% endif %} {% if perms.reagents.delete_construct %} delete {% endif %}

Click here for a new chemical

{% endblock %}