{% extends "base.html" %} {% block head_title %}Cell Line Detail - {{ object }}{% endblock %} {% block title %}Cell Line Detail - {{ object }}{% endblock %} {% block content %}
Name Source Notes
{{ object }} {{object.source}} {{object.notes}}
{% if perms.reagents.change_cell %}

To update cell line details click here

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