<%! from django.utils.translation import ugettext as _ %> <%page args="section_data"/>

${_("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 Instructor 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 status for all bulk email tasks ever submitted for this course, click on this button:")}


%endif