{% extends "base.html" %} {% block scripts %} {% include "sortable_table_script.html" %} {% endblock scripts %} {% block head_title %}Cell Line List{% endblock %} {% block title %}Cell Line List{% endblock %} {% block content %} {% if perms.reagents.add_cell %}

Click here for a new cell line

{% endif %} {% for cell in object_list %} {% endfor %}
Name Source Location Box
{{ cell }} {{cell.source}} {{cell.location}} {{cell.box}} Detail {% if perms.reagents.change_cell %}Edit{% endif %} {% if perms.reagents.delete_cell %}delete{% endif %}

Click here for a new cell line

{% endblock %}