{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% block title %}Brewlog ยท Check In{% endblock %} {% block head %} {% endblock %} {% block content %} Check In Record a cup of coffee at a cafe. {% call icons::location("h-4 w-4 text-amber-600 shrink-0") %} Change {% call icons::bag("h-4 w-4 text-amber-600 shrink-0") %} Change 1. Cafe 2. Coffee 3. Rate {% call icons::location("h-4 w-4") %} Use My Location {% call icons::spinner("h-5 w-5") %} Search by city Confirm cafe details Review and edit the details before saving. Name * City Country Website Cancel Confirm {% if !cafe_options.is_empty() %} Or choose a saved cafe: Select a cafe… {% for cafe in cafe_options %} {{ cafe.label }} {% endfor %} {% endif %} What are you drinking? Scan a bag to identify the coffee, or select from your existing roasts below. {% call icons::camera("h-5 w-5") %} Scan Bag or Go {% call icons::spinner("h-5 w-5") %} Scanning & saving… Scanned: Or select an existing roast: Select a roast… {% for roast in roast_options %} {{ roast.label }} {% endfor %} How was it? (optional) {% for i in 1..=5 %} {% call icons::star("h-8 w-8") %} {% endfor %} Check In {% endblock %}
Record a cup of coffee at a cafe.
Review and edit the details before saving.
Or choose a saved cafe:
Scan a bag to identify the coffee, or select from your existing roasts below.
Or select an existing roast: