%if allow_actions:

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

${_("New Team Member Information")}
  1. ${_("Provide the email address of the user you want to add as Staff")}
%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