{% extends "base.html" %} {% block head_title %}Construct Detail - {{ object }}{% endblock %} {% block title %}Construct Detail - {{ object }}{% endblock %} {% block content %}
Construct{{ object.construct }}
Plasmid{{ object.plasmid }}
Source{{ object.source }}
Location{{ object.location }}
Selection{{ object.selection }}
Box{{ object.box }}
Notes{{ object.notes }}
{% if perms.reagents.change_construct %}

To update construct details click edit

{% endif %}
{% if object.sequencing_set.all %}

Sequencing Results:

{% for sequencing in object.sequencing_set.all %} {% endfor %}
Date Primer File Notes
{{sequencing.date}} {{sequencing.primer}} Chromatogram {{sequencing.notes}}

Mutagenesis

Used as TemplateGenerated By

Cloning

{% if object.constructshipment_set.all %}

Shipments

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