<%inherit file="/base/customer.mako" /> <%namespace file="fields.mako" name="fields" import="*"/> ${h.form(h.url_for(controller='customer', action='save', id=c.id))}
${_('Edit customer')} ${fields.body()} ${h.submit('save', _('Save changes'))}
${h.end_form()} <%def name="heading()">

${_('Edit customer')}