@if (resource.isLoading()) {
} @else if (resource.error()) {
} @else {
Name
{{ row.sku.name }}
Yield
{{ row.recipeYield }} {{ row.units }}
Steps
{{ row.stepCount ?? 0 }}
Photos
{{ row.photoCount ?? 0 }}
Time
@if ((row.totalDurationMinutes ?? 0) > 0) {
{{ row.totalDurationMinutes }} min
} @else {
—
}
Date
{{ row.date }}
Source
{{ row.source }}
}