%if allow_actions:

${_("Add a User to Your Course's Team")}

${_("New Team Member Information")}
  1. ${_("Please provide the email address of the course staff member you'd like to add")}
%endif

    Loading

% if allow_actions and len(users) == 1:

${_('Add Team Members to This Course')}

${_('Adding team members makes course authoring collaborative. Users must be signed up for {studio_name} and have an active account.').format(studio_name=settings.STUDIO_SHORT_NAME)}

%endif