@if (account$ | push; as account) {
COMMON.BTN_SEND_MONEY
@if (account.meta?.status === IdentityStatusEnum.Unconfirmed && distanceRuleValid()) {
ACCOUNT.BTN_CONFIRM_MEMBERSHIP
}
}
{{ error | translate }}
COMMON.PUBKEY
{{ pubkey | pubkeyFormat }}
COMMON.ADDRESS
{{ account.address | addressFormat }}
@if (account.meta?.index) {
@if (account.meta.status === IdentityStatusEnum.Unconfirmed) {
@if (mobile) {
COMMON.BTN_CONFIRM
} @else {
COMMON.BTN_CONFIRM
}
} @else {
COMMON.UID
{{ 'WOT.REGISTERED_SINCE' | translate }} {{ account.meta.createdOn | blockTime | dateFormat }} -
{{ 'WOT.REGISTERED_SINCE_BLOCK' | translate }}{{ account.meta.createdOn | blockNumber }}
{{ account.meta?.uid }}
@if (!account.meta.isMember) {
({{ 'WOT.STATUS_ENUM.' + account.meta.status | translate }})
}
}
WOT.CERTIFICATIONS.RECEIVED
{{ receivedCertCount$ | push }}
WOT.GIVEN_CERTIFICATIONS.SENT
{{ givenCertCount$ | push }}
HELP.GLOSSARY.DISTANCE_RULE
@if (!disableDistanceRule()) {
{{ refereePercent$ | async | percent: '1.1' }}
}
}
WOT.ACCOUNT_OPERATIONS