yammat/templates/buyCash.hamlet

12 lines
269 B
Text
Raw Normal View History

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