%inherit file="/template.html" />
<%namespace name="components" file="/components.html"/>
<%def name="title()">${_("Send mass message")}%def>
<%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.')}
%def>
<%block name="main_content">
${massmessage_form()}
%block>