<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%def name="title()">${_("Mass Message Preview")} <%block name="main_content">

${_("Preview")}

${h.field_token()|n}

${_("You're about to send the following message to %s recipients:") % c.recipients_count}

From:
${c.sender_name} <${c.sender_email}>
Subject:
${c.subject}
${c.body}

${_('The message will go to the following users:')}

%for pkey,pval in c.params.items(): %endfor
${components.savebox(h.base_url("/"), save_text=_("Send"))}