{% import "partials/table.html" as table %}
No cups recorded yet. Use the form above to add your first cup.
| Notes | Actions | |||||
|---|---|---|---|---|---|---|
| {{ cup.created_at }} |
{{ cup.roast_name }}
{{ cup.roaster_name }}
|
{{ cup.roaster_name }} | {{ cup.cafe_name }} | {{ cup.rating }} | {% if cup.has_notes %}{{ cup.notes }}{% else %}—{% endif %} |
{% if is_authenticated %}
|