| Components | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Water | {{ l(item.component.fget(Measure.ML)) }} | Sugar | {{ l(item.component.fget(Measure.G)) }} | Syrup {{ l(item.component.fget(Measure.BRIX)) }} | {{ l(item.component.fget(Measure.ML)) }} | Alcohol {{ l(item.component.fget(Measure.ABV)) }} | {{ l(item.component.fget(Measure.ML)) }} | ||||
| Info | ||
|---|---|---|
| Alcohol | {{ format(info.abv, Measure.ABV, 0.01) }} | |
| Sugar | {{ format(info.sugar, Measure.G, 0.01) }} | |
| Sugar content | {{ format(info.sugar/info.volume * 1000, 'syrup_'+Measure.WV, 0.01) }} | |
| Density | {{ format(info.density, Measure.DENSITY) }} | |
| Volume | {{ format(info.volume, Measure.ML) }} | |
| Weight | {{ format(info.weight, Measure.G) }} | |