<%inherit file="/base.mako"/> <%! import itertools from decimal import Decimal %> <% form_cycle = itertools.cycle(['even', 'odd']) %> ## ToscaWidgets doesn't support dynamically generating the form fields ## themselves, so I'm mimicing its style but generating the form by ## hand

Change how an expenditure is split up. Enter a percentage, or something like a percentage, for each user. They don't have to add to 100.

You're editing an expenditure of ${c.expenditure.amount} by ${c.expenditure.spender.name} on ${c.expenditure.date}, described as "${c.expenditure.description}"

${h.form('', method='post')}