Recipe Ingredients
{% for f in batch.recipe.recipefermentable_set.all %} {% endfor %}
{{ f.quantity|floatformat:2 }} lb {{ f.fermentable.name }}
{{ f.fermentable.get_fermentable_type_display }} {{ f.srm }} SRM
{{ f.percent|floatformat:1 }} %
Batch Recipe
{{ batch.recipe.name }}
OG: {{ batch.recipe.original_sg }} IBU: {{ batch.recipe.ibu|floatformat:0 }}
Yeast
{% for y in batch.recipe.recipeyeast_set.all %} {% endfor %}
{{ y.yeast.manufacturer.name }} {{ y.yeast.name }}
{{ y.yeast.long_name }}