{% extends "base.html" %} {% import "partials/icons.html" as icons %} {% import "partials/scan_input.html" as scan %} {% import "partials/location_search.html" as location %} {% block title %}Brewlog · Check In{% endblock %} {% block head %} {% endblock %} {% block content %} Check In Record a cup of coffee at a cafe. Cafe Coffee Submit {{ icons::location("h-4 w-4 text-accent shrink-0") }} {{ icons::pencil("h-3 w-3") }} Change {{ icons::bag("h-4 w-4 text-accent shrink-0") }} {{ icons::pencil("h-3 w-3") }} Change {{ location::location_search("$_error") }} Confirm cafe details Review and edit the details before saving. Name * City Country Website Back Next {{ icons::chevron_right("h-4 w-4") }} {% if !cafe_options.is_empty() %} Or choose a saved cafe: {% for cafe in cafe_options %} {{ cafe.name }} {{ cafe.city }} {% endfor %} {% endif %} What are you drinking? Scan a bag to identify the coffee, or select from your existing roasts below. {{ scan::scan_input("checkin-scan-form", "checkin-image", "$_extracting", "$_extractError", "Describe a coffee bag…", "Scanning…") }} Scanned: {% if !roast_options.is_empty() %} Or select an existing roast: {% for roast in roast_options %} {{ roast.name }} {{ roast.roaster_name }} {% endfor %} {% endif %} Review & Submit Cafe Coffee {{ icons::check("h-4 w-4") }} 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: