## -*- coding: utf-8 -*- <%inherit file="base/base.html"/> <%def name="page_title()"> ${_('Wire transfer confirmation')} <%def name="body()">

${h.link('Home','/')} / ${_('Wire transfer confirmation')}

% for k,v in c.form_result.items(): %if k not in ['_authentication_token','recipient','send']: %endif % endfor
${k} ${v}