{% extends "base.html" %} {% load mathfilters %} {% block title %}Yeast Samples{% endblock %} {% block style %} .table td.fit, .table th.fit { white-space: nowrap; width: 1%; } {% endblock %} {% block jumbotron %}Yeast Sample{% endblock %} {% block jumbotronsub %}
{{ batch.strain.manufacturer.name }}, {{ batch.strain.name }} | Admin |
---|---|
Batch Source | {{ batch.get_source_display }}
{% if batch.source_batch %}
from #{{ batch.beer_num }}: {{ batch.beer_name }} {% endif %} |
Production Date | {{ sample.propogation.production_date }} |
Storage | {{ sample.storage }} {% if sample.pitched %} (Pitched #{{ sample.pitched_batch.brewfather_num }}: {{ sample.pitched_batch.brewfather_name }}) {% endif %} |