2024-02-28 12:07:31 +01:00
|
|
|
<div *ngIf=" portal && isRouteEnabled('/organizations')" class="plugin-featured-datasets uk-container uk-container-large uk-section">
|
2024-03-28 11:37:00 +01:00
|
|
|
<affiliations [longView]="false" [getAffiliationsFromAPI]="true" [communityFirstPage]="true" [class.uk-disabled] =previewInAdmin></affiliations>
|
2024-02-28 12:07:31 +01:00
|
|
|
|
|
|
|
</div>
|
|
|
|
<div *ngIf="!portal " class="uk-text-muted uk-text-center">
|
2024-03-06 14:26:14 +01:00
|
|
|
No community info available
|
2024-02-28 12:07:31 +01:00
|
|
|
</div>
|