mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
d8fee0d91a
GitOrigin-RevId: c4bc01361a2d627f0a87f4ddeb8be8ed40f9acab
10 lines
623 B
Text
10 lines
623 B
Text
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
|