2022-05-19 10:25:28 -04:00
|
|
|
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
|
2022-06-22 08:24:48 -04:00
|
|
|
each institution, index in currentInstitutionsWithLicence
|
2022-05-19 10:25:28 -04:00
|
|
|
-hasDisplayedSubscription = true
|
2022-06-20 09:01:00 -04:00
|
|
|
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'])}
|
2022-06-22 08:24:48 -04:00
|
|
|
if (index === currentInstitutionsWithLicence.length - 1)
|
|
|
|
include ../_premium_features_link
|
2022-05-19 10:25:28 -04:00
|
|
|
hr
|