mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
@@ -25,7 +25,18 @@
|
||||
{{ patron[property] }}
|
||||
</ng-container>
|
||||
<ng-template #date>
|
||||
{{ patron[property] | amDateFormat: 'll' }}
|
||||
<ng-container
|
||||
*ngIf="patron[property] === '9999-12-31'; else exactDate"
|
||||
>
|
||||
{{
|
||||
'library.account.pages.profile.values.unlimited' | translate
|
||||
}}
|
||||
</ng-container>
|
||||
<ng-template #exactDate>
|
||||
{{
|
||||
'library.account.pages.profile.values.expires' | translate
|
||||
}}: {{ patron[property] | amDateFormat: 'll' }}
|
||||
</ng-template>
|
||||
</ng-template>
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
|
||||
Reference in New Issue
Block a user