+ Member permissions for this budget include browsing this budget's
+ catalog and enroll by spending from this budget's available balance.
+ Member spending is set to first come, first serve: there is no limit on the
+ funds any individual member can spend.
+
+ );
+ } if (spendLimit !== null) {
+ return (
+
+ Member permissions for this budget include browsing this budget's catalog and
+ enroll by spending from this budget's available balance. Per member spending is limited to
+ ${spendLimit}: after this maximum has been exceeded, members can still browse but no
+ longer enroll in courses.
+
+ );
+ }
+ return '';
+ };
+ return (
+ <>
+
How membership works
+
+
+
Newly invited members are immediately notified by email.
+
+ Members must accept their invitation to browse and enroll within 90 days
+ by registering for an edX account or logging in. After 90 days, the invitation
+ will expire and members that do not accept are automatically purged.
+
+
Members receive automated reminder emails during the 90 day acceptance window.
+
+
+
+
+
+ Once their invitation has been accepted, member permissions are automatically applied
+ to the member's Learner Portal experience until the budget expires on {expiration}.
+
+ {dynamicListBullets()}
+
+ This budget's catalog and expiration date are visible to members in the Learner Portal. Members cannot
+ see this budget's available balance or any other information related to this budget
+ (such as its name or other members associated with it).
+
+
+
+
+
+
Members can be removed at any time from this budget's Members tab.
+
+ Removing members immediately strips the associated member permissions away
+ from the member's Learner Portal experience.
+
+
Any courses the member previously enrolled in using this budget are not affected by removal.