mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 15:49:01 +02:00
a18be6ce55
GitOrigin-RevId: c4bc01361a2d627f0a87f4ddeb8be8ed40f9acab
11 lines
623 B
Plaintext
11 lines
623 B
Plaintext
if currentInstitutionsWithLicence === false
|
|
.alert.alert-warning
|
|
p Sorry, something went wrong. Subscription information related to institutional affiliations may not be displayed. Please try again later.
|
|
else
|
|
each institution, index in currentInstitutionsWithLicence
|
|
-hasDisplayedSubscription = true
|
|
p !{translate("you_are_on_x_plan_as_a_confirmed_member_of_institution_y", {planName: 'Professional', institutionName: institution.name || ''}, [{name: 'a', attrs: {href: '/user/subscription/plans'}}, 'strong'])}
|
|
if (index === currentInstitutionsWithLicence.length - 1)
|
|
include ../_premium_features_link
|
|
hr
|