< {{'PROJECT_DETAIL.PROJECTS' | translate}} {{'SEARCH.BACK' | translate}}

{{currentProject.name}}
{{roleName | translate}}

{{ 'PROJECT.PROXY_CACHE' | translate }}
{{'PROJECT.ACCESS_LEVEL' | translate}}

{{ (currentProject?.metadata?.public === 'true' ? 'PROJECT.PUBLIC' : 'PROJECT.PRIVATE') | translate}}

{{'STATISTICS.STORAGE_USED' | translate }}

{{getSizeNumber()}} {{getSizeUnit()}}

{{ 'QUOTA.OF' | translate }} {{ projectQuota?.hard?.storage ===-1? ('QUOTA.UNLIMITED' | translate) : getIntegerAndUnit(projectQuota?.hard?.storage, projectQuota?.used?.storage).partNumberHard }} {{ projectQuota?.hard?.storage ===-1? '': getIntegerAndUnit(projectQuota?.hard?.storage, projectQuota?.used?.storage).partCharacterHard }}