{% import "partials/table.html" as table %}
| Coffee | Grind | Recipe | Temp | Brewer | {% call table::sortable_header("Date", "created-at", navigator, "#brew-list") %} {% if is_authenticated %}Actions | {% endif %}|
|---|---|---|---|---|---|---|
|
{{ brew.grind_setting }}
{{ brew.grinder_name }}
|
{{ brew.coffee_weight }} / {{ brew.water_volume }}
{{ brew.ratio }}
|
{{ brew.water_temp }} |
{{ brew.brewer_name }}
{% if let Some(fp_name) = brew.filter_paper_name %}
{{ fp_name }}
{% endif %}
|
{{ brew.created_at }} | {% if is_authenticated %}{% endif %} |