{% import "partials/table.html" as table %} {% import "partials/icons.html" as icons %}
{% if is_authenticated %} No roasts added yet. Click the Add button to create your first roast. {% else %} No roasts added yet. {% endif %}
| 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 %} |