{% extends "base.html" %} {% block title %}Brewlog ยท Check In{% endblock %} {% block head %} {% if has_ai_extract %} {% endif %} {% endblock %} {% block content %}

Check In

Record a cup of coffee at a cafe.

1. Cafe 2. Coffee 3. Rate

What are you drinking?

{% if has_ai_extract %}

Or select an existing roast:

{% else %}
{% endif %}

How was it? (optional)

{% for i in 1..=5 %} {% endfor %}
{% endblock %}