{% import "partials/table.html" as table %} {% import "partials/icons.html" as icons %}
No roasts recorded yet. Use the form above to add your first roast.
| Tasting Notes | {% if is_authenticated %}Actions | {% endif %}|||||
|---|---|---|---|---|---|---|
| {{ roast.created_at }} |
{{ roast.name }}
{{ roast.roaster_label }}
|
{{ roast.roaster_label }} |
{{ roast.origin }}
{% if !roast.producer.is_empty() %}
{{ roast.producer }}
{% endif %}
|
{% if !roast.producer.is_empty() %}
{{ roast.producer }} | {% endif %}{% if roast.tasting_notes.is_empty() %} No tasting notes yet. {% else %} {{ roast.tasting_notes.join(", ") }} {% endif %} | {% if is_authenticated %}{% endif %} |