overleaf/services/web/app/views/subscriptions/dashboard/_institution_memberships.pug

14 lines
338 B
Text
Raw Normal View History

each affiliation in confirmedMemberAffiliations
if (affiliation.licence && affiliation.licence != 'free')
-hasDisplayedSubscription = true
p
| You have a
|
strong(ng-non-bindable) Professional
|
| #{settings.appName} account as a confirmed member of
|
strong(ng-non-bindable)= affiliation.institution.name
hr