yammat/templates/buyCash.hamlet
2015-04-04 08:18:15 +02:00

12 lines
269 B
Plaintext

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