{{#if this.ip}} {{/if}} {{#if this.show}}
{{d-icon "times" }} {{#if this.copied}} {{else}} {{/if}}

{{i18n "ip_lookup.title"}}

{{html-safe (i18n "ip_lookup.powered_by")}}

{{#if this.location}} {{#if this.location.hostname}}
{{i18n "ip_lookup.hostname"}}
{{this.location.hostname}}
{{/if}}
{{i18n "ip_lookup.location"}}
{{#if this.location.location}} {{this.location.location}} {{else}} {{i18n "ip_lookup.location_not_found"}} {{/if}}
{{#if this.location.organization}}
{{i18n "ip_lookup.organisation"}}
{{this.location.organization}}
{{/if}} {{else}} {{loading-spinner size="small"}} {{/if}}
{{i18n "ip_lookup.other_accounts"}} {{this.totalOthersWithSameIP}} {{#if this.other_accounts.length}} {{/if}}
{{#if this.other_accounts.length}}
{{#each this.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"}}
{{avatar a usernamePath="user.username" imageSize="small" }}   {{a.username}} {{a.trustLevel.id}} {{a.time_read}} {{a.topics_entered}} {{a.post_count}}
{{/if}}
{{/if}}