-
<% new_location = loc_mapper().translate_location(context_course.location.course_id, context_course.location, False, True) %>
% for user in staff:
-
<% is_instuctor = CourseInstructorRole(context_course.location).has_user(user) %>
% if is_instuctor:
${_("Current Role:")}
${_("Admin")}
% if request.user.id == user.id:
${_("You!")}
% endif
% else:
${_("Current Role:")}
${_("Staff")}
% if request.user.id == user.id:
${_("You!")}
% endif
% endif
% if allow_actions:
- % if is_instuctor and len(instructors) == 1: ${_("Promote another member to Admin to remove your admin rights")} % else: ${_("Remove Admin Access") if is_instuctor else _("Add Admin Access")} % endif
- ${_("Delete the user, {username}").format(username=user.username)}
% endfor
${_('Add Team Members to This Course')}
${_('Adding team members makes course authoring collaborative. Users must be signed up for Studio and have an active account. ')}