{{ "name" | i18n }} {{ "deletionDate" | i18n }} {{ "options" | i18n }}
@if (s.disabled) { {{ "disabled" | i18n }} } @if (s.authType !== authType.None) { @let titleKey = s.authType === authType.Email ? "emailProtected" : "passwordProtected"; {{ titleKey | i18n }} } @if (s.maxAccessCountReached) { {{ "maxAccessCountReached" | i18n }} } @if (s.expired) { {{ "expired" | i18n }} } @if (s.pendingDelete) { {{ "pendingDeletion" | i18n }} }
{{ s.deletionDate | date: "medium" }} @if (s.password && !disableSend()) { }