11 lines
260 B
Text
11 lines
260 B
Text
$doctype 5
|
|
|
|
<h3>Kauf von #{beverageIdent bev}
|
|
|
|
<p>
|
|
Preis pro Einheit: #{show ((fromIntegral (beveragePrice bev)) / 100)} #{appCurrency $ appSettings master}
|
|
|
|
<form method=post enctype=#{enctype}>
|
|
^{buyWidget}
|
|
<div>
|
|
<input type=submit value="Kaufen">
|