{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% block title %}Brewlog · Roasts{% endblock %} {% block content %} Roasts Explore the latest roasts logged in Brewlog. {% if is_authenticated && !roaster_options.is_empty() %} + {% endif %} {% if is_authenticated %} {% if roaster_options.is_empty() %} Add a roaster first Roasts need a roaster. Create a roaster to enable this form. {% else %} New Roast Select a roaster, describe the roast, and Brewlog will take care of the rest. {% call icons::camera("h-4 w-4") %} Extract from photo or Go {% call icons::spinner("h-4 w-4") %} Waiting for response… Roaster * Select a roaster {% for roaster in roaster_options %} {{ roaster.name }} {% endfor %} Roast Name * Origin * Region * Producer * Process * Tasting Notes * (comma or newline separated) Cancel Save Roast {% endif %} {% endif %} {% include "partials/roast_list.html" %} {% endblock %}
Explore the latest roasts logged in Brewlog.
Roasts need a roaster. Create a roaster to enable this form.
Select a roaster, describe the roast, and Brewlog will take care of the rest.