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

${_('Edit customer')}