Accounts
{{#if accounts}}| Handle | DID | Status | |
|---|---|---|---|
| {{this.handle}} | {{this.did}} | {{this.email}} | {{#if (or this.is_taken_down (eq this.status "takedown"))}} Taken Down {{/if}} {{#if (or this.deactivatedAt (eq this.status "deactivated"))}} Deactivated {{/if}} {{#if (and (not this.is_taken_down) (not (eq this.status "takedown")) (not this.deactivatedAt) (not (eq this.status "deactivated")))}} Active {{/if}} |
{{#if has_prev}}
← Previous
{{/if}}
Showing {{account_count}} accounts
{{#if has_next}}
Next →
{{/if}}
{{/if}}
{{else}}
No accounts found
{{/if}}