{% extends "soc/base.html" %} {% comment %} Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. {% endcomment %} {% load forms_helpers %} {% block body %} {% block instructions %} Use this page to manage the Student Project. You can (re)assign Mentors here and check the status of the evaluations. {% endblock %}
Primary Mentor
In this section you can assign a new Primary Mentor.
Note that if you select a co-Mentor from this list that Mentor will be removed from the co-Mentors.
Co-Mentors
In this section you can add/remove co-mentors for this project.
Co-mentors usually play a vital role in the success of a project, however they are not responsible for taking evaluations.
{{ mentor.name }} | {% endfor %} |
Evaluations
This section contains the Mentor and Student Evaluations.
From here you can view the Mentor and Student Evaluations and if possible (re)take the evaluations given by your Mentor.
{% with evaluation_list as list %}
{% for list_number in list.lists %}
{% include list.nextList %}
{% endfor %} {% endwith %} {% endblock %}