{% extends "no_jumbo_base.html" %} {% load mathfilters %} {% block title %}#{{ batch.brewfather_num }} {{ batch.brewfather_name }}{% endblock %} {% block style %} .table td.fit, .table th.fit { white-space: nowrap; width: 1%; } {% endblock %} {% block content %}

{{ batch.brewfather_name }}


{% include "beer/planning.html" %}



{% endblock %}