{% extends "base.html" %} {% load custom_filters %} {% block title %}Study Detail - {{ study.description }}{% endblock title%} {% block scripts %} {% include "sortable_table_script.html" %} {% endblock scripts %} {% block header %}Study Detail - {{ study.description }}{% endblock header%} {% block content %}
Strain | {% for strain in study.strain.all %}{{ strain }}{% endfor %} |
---|---|
Start Date | {{ study.start_date }} |
End Date | {{ study.stop_date}} |
Notes | {{ study.notes }} |
Add new experiment here