<%inherit file="base.html" /> <%def name='add_body()'> % if notify_body:

${notify_body}

% endif

${T('notify.test.email.heading')}

${T('notify.test.email.text')}

 

<%def name='add_footer()'> ${T('notify.email.footer', dict(endpt=endpt))}