<p>${_("You are using the legacy instructor dashboard, which we will retire in the near future.")} <ahref="${ standard_dashboard_url }">${_("Return to the Instructor Dashboard")} <iclass="icon fa fa-double-angle-right"></i></a></p>
<pclass="note">${_("If the Instructor Dashboard is missing functionality, please contact your PM to let us know.")}</p>
<inputtype="submit"name="action"value="Dump list of enrolled students"class="${'is-disabled' if disable_buttons else ''}"aria-disabled="${'true' if disable_buttons else 'false'}">
</p>
<p>
<inputtype="submit"name="action"value="Dump all RAW grades for all students in this course"class="${'is-disabled' if disable_buttons else ''}"aria-disabled="${'true' if disable_buttons else 'false'}">
<inputtype="submit"name="action"value="Download CSV of all RAW grades"class="${'is-disabled' if disable_buttons else ''}"aria-disabled="${'true' if disable_buttons else 'false'}">
</p>
<p>
%if not settings.FEATURES.get('ENABLE_ASYNC_ANSWER_DISTRIBUTION'):
<inputtype="submit"name="action"value="Download CSV of answer distributions"class="${'is-disabled' if disable_buttons else ''}"aria-disabled="${'true' if disable_buttons else 'false'}">
%endif
<pclass="is-deprecated">
${_("To download student grades and view the grading configuration for your course, visit the Data Download section of the Instructor Dashboard.")}
</p>
<pclass="is-deprecated">
${_("To view the Gradebook (only available for courses with a small number of enrolled students), visit the Student Admin section of the Instructor Dashboard.")}
</p>
</p>
<hrwidth="40%"style="align:left">
%if settings.FEATURES.get('REMOTE_GRADEBOOK_URL','') and instructor_access:
<%
rg =course.remote_gradebook
%>
<h3>${_("Export grades to remote gradebook")}</h3>
<p>${_("The assignments defined for this course should match the ones stored in the gradebook, for this to work properly!")}</p>
${_("To download a CSV file containing profile information for students who are enrolled in this course, visit the Data Download section of the Instructor Dashboard.")}
</p>
<pclass="is-deprecated">
${_("To download a list of students who may enroll in this course but have not yet signed up for it, visit the Data Download section of the Instructor Dashboard.")}
</p>
<hrwidth="40%"style="align:left">
%if settings.FEATURES.get('REMOTE_GRADEBOOK_URL','') and instructor_access:
<%
rg =course.remote_gradebook
%>
<p>${_("Pull enrollment from remote gradebook")}</p>