- {item.location ?
Plats: {item.location}
: null}
-
- {item.brand ?
Varumärke: {item.brand}
: null}
-
-
Öppnad: {item.opened ? 'Ja' : 'Nej'}
-
- {item.suitableFor ? (
-
Passar till: {item.suitableFor}
- ) : null}
-
- {item.bestBeforeDate ? (
-
Bäst före: {formatDate(item.bestBeforeDate)}
- ) : null}
-
- {item.comment ?
Kommentar: {item.comment}
: null}
-
-