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

Click here for a new construct

{% endif %} {% for construct in object_list %} {% endfor %}
Construct Plasmid Box
{{ construct }} {{ construct.plasmid }} {{ construct.box }} Detail{% if perms.reagents.change_construct %}Edit{% endif %}{% if perms.reagents.delete_construct %}delete {% endif %}
{% endblock %}