{% extends "base.html" %} {% block head_title %}Chemical Detail - {{ object }}{% endblock %} {% block title %}Chemical Detail - {{ object }}{% endblock %} {% block content %}
Chemical Source Vendor Notes
{{ object }}/td> {{object.source}} {{object.vendor}} {{object.notes}}
{% if perms.reagents.change_chemical %}

To update chemical details click here

{% endif %}
{% with object.experiment_set.all as experiment_list %} {% include "experiment_list_table.html" %} {% endwith %}
{% include "comment.html" %} {% endblock %}