<%inherit file="/template.html" /> <%namespace name="components" file="/components.html"/> <%namespace name="forms" file="/forms.html"/> <%def name="title()">${_("Send mass message")} <%def name="massmessage_form()">

${_('Send mass message')}

${_('Please note that users may not necessarily receive this message ' 'by email. The message will however show up in their dashboards.')}
${h.field_token()|n}
${_("Send to ...")}
${_("Subject")}
${_("Body")}
${components.savebox(h.entity_url(c.proposal), save_text=_("Send"))}
<%block name="main_content"> ${massmessage_form()}