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

${_("We recommend sending learners no more than one email message per week. Before you send your email, review the text carefully and send it to yourself first, so that you can preview the formatting and make sure embedded images and links work correctly.")}

${_("CAUTION!")} ${_("When you select Send Email, your email message is added to the queue for sending, and 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 previously sent emails, click this button:")}


${_("To read a sent email message, click its subject.")}


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


%endif