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

${_("Individual due date extensions")}

${_("In this section, you have the ability to grant extensions on specific " "units to individual students. Please note that the latest date is always " "taken; you cannot use this tool to make an assignment due earlier for a " "particular student.")}

${_("Specify the {platform_name} email address or username of a student " "here:").format(platform_name=settings.PLATFORM_NAME)}

${_("Choose the graded unit:")}

<% format_string="MM/DD/YYYY HH:MM" %>

## Translators: "format_string" is the string MM/DD/YYYY HH:MM, as that is the format the system requires. ${_("Specify the extension due date and time (in UTC; please specify {format_string}).").format(format_string=format_string)}


${_("Viewing granted extensions")}

${_("Here you can see what extensions have been granted on particular " "units or for a particular student.")}

${_("Choose a graded unit and click the button to obtain a list of all " "students who have extensions for the given unit.")}

${_("Choose the graded unit:")}

${_("Specify a student to see all of that student's extensions.")}

${_("Specify the {platform_name} email address or username of a student " "here:").format(platform_name=settings.PLATFORM_NAME)}


${_("Resetting extensions")}

${_("Resetting a problem's due date rescinds a due date extension for a " "student on a particular unit. This will revert the due date for the " "student back to the problem's original due date.")}

${_("Specify the {platform_name} email address or username of a student " "here:").format(platform_name=settings.PLATFORM_NAME)}

${_("Choose the graded unit:")}