{{> admin/partials/sidebar.hbs}}
{{> admin/partials/flash.hbs}}

Accounts

{{#if accounts}}
{{#each accounts}} {{/each}}
Handle DID Email 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 (or has_prev has_next)}} {{/if}} {{else}}
No accounts found
{{/if}}