<%inherit file="base.html" /> <%block name="title">Course Staff Manager <%block name="bodyclass">is-signedin course users settings team <%block name="content">
Course Settings

Course Team

The following list of users have been designated as course staff. This means that these users will have permissions to modify course content. You may add additional course staff below, if you are the course instructor. Please note that they must have already registered and verified their account.

%if allow_actions:
%endif
    % for user in staff:
  1. ${user.username} ${user.email} %if allow_actions :
    %if request_user_id != user.id: %endif
    %endif
  2. % endfor
<%block name="jsextra">