{{#each otherResources as |group|}} {{> 'resource-row' user=group.user resources=group.resources isOwner=false}} {{/each}} {{#if (and otherResources.length ownResources.length)}}
{{/if}} {{#each ownResources as |group|}} {{> 'resource-row' user=group.user resources=group.resources isOwner=true}} {{/each}} {{#*inline 'resource-row'}} {{#each resources as |resource|}}
{{#if resource.shared}} {{#if ../isOwner}} {{else if (eq ../user 'world')}} {{else}} {{/if}} {{/if}} {{resource.label}}
{{resource.value}}
{{#if ../isOwner}}
{{resource.min}}
{{resource.max}}
{{else}}
{{resource.min}}
{{resource.max}}
{{/if}}
{{/each}} {{/inline}}