{% extends "base.html" %} {% block scripts %} {% include "sortable_table_script.html" %} {% endblock scripts %} {% block head_title %}Antibody List{% endblock %} {% block title %}Antibody List{% endblock %} {% block content %} {% if perms.reagents.add_antibody %}
{% endif %}Antibody | Protein | Size | Species | Catalog | |
---|---|---|---|---|---|
{{ antibody }} | {%for protein in antibody.protein.all%}{{protein}} {% endfor %} | {{antibody.protein_size}} | {{antibody.source_species}} | {{antibody.catalog}} |
![]() ![]() ![]() |
Click here for a new antibody
{% endblock %}