yammat/templates/buy.hamlet

12 lines
250 B
Plaintext
Raw Normal View History

2015-04-04 06:46:33 +02:00
$doctype 5
<h3>Kauf von #{beverageIdent bev}
<p>
2015-04-07 16:30:06 +02:00
Preis pro Einheit: #{formatIntCurrency (beveragePrice bev)} #{appCurrency $ appSettings master}
2015-04-04 06:46:33 +02:00
<form method=post enctype=#{enctype}>
^{buyWidget}
<div>
<input type=submit value="Kaufen">