{% extends "base.html" %} {% block head_title %}Antibody Detail - {{ object }}{% endblock %} {% block title %}Antibody Detail - {{ object }}{% endblock %} {% block content %}
| Antibody | {{object.antibody}} |
|---|---|
| Protein | {% for protein in object.protein_set.all %}{{ protein.count }} {% endfor %} |
| Size | {{object.protein_size}} |
| Source Species | {{object.source_species}} |
| Location | {{object.location}} |
| Vendor | {{ object.vendor }} |
| Catalog Number | {{ object.catalog }} |
| Source | {{ object.source }} |
| Notes | {{ object.notes }} |