{% 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 %}
{% endif %}| Construct | Plasmid | Box | |
|---|---|---|---|
| {{ construct }} | {{ construct.plasmid }} | {{ construct.box }} |
|