<inputtype="button"name="list-profiles"value="List enrolled students with profile information"data-endpoint="${ section_data['get_students_features_url'] }">
<p> If auto enroll is <spanclass="emph">checked</span>, students who have not yet registered for edX will be automatically enrolled.
<p> ${_("If auto enroll is")} <spanclass="emph">${_("checked")}</span>${_(", students who have not yet registered for edX will be automatically enrolled.")}
If auto enroll is left <spanclass="emph">unchecked</span>, students who have not yet registered for edX will not be enrolled,
${_("If auto enroll is left")} <spanclass="emph">${_("unchecked")}</span>, ${_("students who have not yet registered for edX will not be enrolled, but will be allowed to enroll.")}
but will be allowed to enroll.
</p>
</p>
</div>
</div>
<divclass="request-response"></div>
<divclass="request-response"></div>
...
@@ -46,92 +46,92 @@
...
@@ -46,92 +46,92 @@
</div>
</div>
<divclass="vert-right member-lists-management">
<divclass="vert-right member-lists-management">
<h2>Administration List Management</h2>
<h2>${_("Administration List Management")}</h2>
<selectid="member-lists-selector">
<selectid="member-lists-selector">
<option>Getting available lists...</option>
<option>${_("Getting available lists...")}</option>
</select>
</select>
<divclass="request-response-error"></div>
<divclass="request-response-error"></div>
%if not section_data['access']['instructor']:
%if not section_data['access']['instructor']:
<p>
<p>
Staff cannot modify staff or beta tester lists. To modify these lists,
${_("Staff cannot modify staff or beta tester lists. To modify these lists, "
contact your instructor and ask them to add you as an instructor for staff
"contact your instructor and ask them to add you as an instructor for staff "
and beta lists, or a forum admin for forum management.
"and beta lists, or a forum admin for forum management.")}
</p>
</p>
%endif
%endif
%if section_data['access']['instructor']:
%if section_data['access']['instructor']:
<divclass="auth-list-container"
<divclass="auth-list-container"
data-rolename="staff"
data-rolename="staff"
data-display-name="Course Staff"
data-display-name="${_("CourseStaff")}"
data-info-text="
data-info-text="
Course staff can help you manage limited aspects of your course. Staff
<p> You may also delete the entire state of a student for the specified module: </p>
<p> You may also delete the entire state of a student for the specified module: </p>
<inputtype="button"class="molly-guard"name="delete-state-single"value="Delete Student State for Module"data-endpoint="${ section_data['reset_student_attempts_url'] }">
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:
%if settings.MITX_FEATURES.get('ENABLE_INSTRUCTOR_BACKGROUND_TASKS') and section_data['access']['instructor']:
<p>
<p>
Rescoring runs in the background, and status for active tasks will appear in a table below.
${_("Rescoring runs in the background, and status for active tasks will appear in a table below. "
To see status for all tasks submitted for this course and student, click on this button:
"To see status for all tasks submitted for this problem and student, click on this button:")}
</p>
</p>
<inputtype="button"name="task-history-single"value="Show Background Task History for Student"data-endpoint="${ section_data['list_instructor_tasks_url'] }">
<inputtype="button"class="molly-guard"name="rescore-problem-all"value="Rescore ALL students' problem submissions"data-endpoint="${ section_data['rescore_problem_url'] }">
<p>These actions run in the background, and status for active tasks will appear in a table below.
<p>
To see status for all tasks submitted for this problem, click on this button:
${_("These actions run in the background, and status for active tasks will appear in a table below. "
"To see status for all tasks submitted for this problem, click on this button")}:
</p>
</p>
<inputtype="button"name="task-history-all"value="Show Background Task History for Problem"data-endpoint="${ section_data['list_instructor_tasks_url'] }">