{% import "partials/lists/table.html" as table %} {% import "partials/icons.html" as icons %}
{% if is_authenticated %} No roasts added yet. Click Add to create the first roast. {% else %} No roasts added yet. {% endif %}
| Tasting Notes | ||||||
|---|---|---|---|---|---|---|
|
{{ roast.created_date }}
{{ roast.created_time }}
|
{{ roast.name }}
{{ roast.roaster_label }}
|
{{ roast.roaster_label }} |
{% if !roast.origin_flag.is_empty() %}{{ roast.origin_flag }}{% endif %}{{ roast.origin }}
{% if !roast.producer.is_empty() %}
{{ roast.producer }}
{% endif %}
|
{% if !roast.producer.is_empty() %}
{{ roast.producer }} | {% endif %}
{% if !roast.tasting_notes.is_empty() %}
{% for note in roast.tasting_notes %}
{{ note.label }}
{% endfor %}
{% else %}
No Notes
{% endif %}
|
{{ icons::chevron_right("h-5 w-5") }} |