{% extends "base.html" %} {% block head_title %}Antibody Detail - {{ object }}{% endblock %} {% block title %}Antibody Detail - {{ object }}{% endblock %} {% block content %}
Preparation Protein Tag Construct
{{ object.name }} {%for protein in object.protein.all%}{{protein}} {% endfor %} {{purified.tag}} {{ object.construct}}

Purification: {{ object.purification }}

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