<%page args="section_data" expression_filter="h"/> <%! from django.utils.translation import ugettext as _ from openedx.core.djangolib.markup import HTML %>

${_("Send Email")}

${_("Please try not to email students more than once per week. Before sending your email, consider:")}

${_("CAUTION!")} ${_("Once the 'Send Email' button is clicked, your email will be queued for sending.")} ${_("A queued email CANNOT be cancelled.")}


%if settings.FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS'):

${_("Pending Tasks")}

${_("Email actions run in the background. The status for any active tasks - including email tasks - appears in a table below.")}



${_("Email Task History")}

${_("To see the content of all previously sent emails, click this button:")}


${_("To read an email, click its subject.")}


${_("To see the status for all bulk email tasks ever submitted for this course, click on this button:")}


%endif