{{#if ip}} {{/if}} {{#if show}}
{{d-icon "times"}} {{#if copied}} {{d-icon "copy"}} {{i18n "ip_lookup.copied"}} {{else}} {{d-icon "copy"}} {{/if}}

{{i18n "ip_lookup.title"}}

{{{i18n "ip_lookup.powered_by"}}}

{{#if location}} {{#if location.hostname}}
{{i18n "ip_lookup.hostname"}}
{{location.hostname}}
{{/if}}
{{i18n "ip_lookup.location"}}
{{#if location.location}} {{location.location}} {{else}} {{i18n "ip_lookup.location_not_found"}} {{/if}}
{{#if location.organization}}
{{i18n "ip_lookup.organisation"}}
{{location.organization}}
{{/if}} {{else}} {{loading-spinner size="small"}} {{/if}}
{{i18n "ip_lookup.other_accounts"}} {{totalOthersWithSameIP}} {{#if other_accounts.length}} {{/if}}
{{#conditional-loading-spinner size="small" condition=otherAccountsLoading}} {{#if other_accounts.length}}
{{#each other_accounts as |a|}} {{/each}}
{{i18n "ip_lookup.username"}} {{i18n "ip_lookup.trust_level"}} {{i18n "ip_lookup.read_time"}} {{i18n "ip_lookup.topics_entered"}} {{i18n "ip_lookup.post_count"}}
{{#link-to "adminUser" a}} {{avatar a usernamePath="user.username" imageSize="small"}}   {{a.username}} {{/link-to}} {{a.trustLevel.id}} {{a.time_read}} {{a.topics_entered}} {{a.post_count}}
{{/if}} {{/conditional-loading-spinner}}
{{/if}}