{{#each topics_dict as |key_value_list _index|}}
{{#each ../streams_dict as |stream_key_value _stream_index|}} {{#if (eq stream_key_value.[0] key_value_list.[0])}} {{> inbox_row stream_key_value.[1]}} {{/if}} {{/each}}
{{#each key_value_list.[1]}} {{>inbox_row this.[1]}} {{/each}}
{{/each}}