buy.html 185 B

12345678
  1. {{extend 'layout.html'}}
  2. <h1>Purchase form</h1>
  3. {{=form}}
  4. [ {{=A('delete purchases',_href=URL('delete_purchased'))}} ]
  5. <h2>Current purchases (SQL JOIN!)</h2>
  6. <p>{{=records}}</p>