{% import "partials/lists/table.html" as table %} {% import "partials/icons.html" as icons %}
{% if is_authenticated %} No bags added yet. Click the Add button to create your first bag. {% else %} No bags added yet. {% endif %}
| Weight | Status | {% call table::sortable_header("Finished", "finished-at", navigator, "#bag-list") %} {% if is_authenticated %}Actions | {% endif %}|||||
|---|---|---|---|---|---|---|---|
| {{ bag.created_at }} | {{ bag.roaster_name }} | {{ bag.roast_name }} | {{ bag.amount }}g |
{% if bag.closed %}
Closed
{% else %}
Open
{{ bag.remaining }}g left
{% endif %}
|
{% if !bag.closed %}
{{ bag.remaining }}g left | {% endif %}{{ bag.finished_at }} | {% if is_authenticated %}
{% if !bag.closed %}
{% endif %}
|
{% endif %}