{% extends "base.html" %} {% block title %}Brewlog ยท Bags{% endblock %} {% block head %} {% endblock %} {% block content %} Bags Track your coffee bags. {% if is_authenticated && !roaster_options.is_empty() %} + {% endif %} {% if is_authenticated %} {% if roaster_options.is_empty() %} Add a roaster first Bags need a roaster and a roast. Create a roaster to enable this form. {% else %} New Bag Select a roaster, then a roast, and enter the details. Roaster * Select a roaster {% for roaster in roaster_options %} {{ roaster.name }} {% endfor %} Roast * Select a roast Roast Date Amount (g) * Cancel Save Bag {% endif %} {% endif %} {% include "partials/bag_list.html" %} {% endblock %}
Track your coffee bags.
Bags need a roaster and a roast. Create a roaster to enable this form.
Select a roaster, then a roast, and enter the details.