%if allow_actions:

${_("Grant Access to This Library")}

${_("New Team Member Information")}
  1. ${_("Provide the email address of the user you want to add")}
%endif

    ${_("Loading")}

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

${_('Add More Users to This Library')}

${_('Grant other members of your course team access to this library. New library users must have an active {studio_name} account.').format(studio_name=settings.STUDIO_SHORT_NAME)}

%endif