{% import "partials/lists/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_date }}
{{ roast.created_time }}
|
{{ 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() %}
{% for note in roast.tasting_notes %}
{{ note.label }}
{% endfor %}
{% else %}
No Notes
{% endif %}
|
{% if is_authenticated %}
{% endif %} |
|
|
||||||