{{#each ids}}
{{#with (lookup ../tweets this)}} {{icon 'link'}} {{{user.name_html}}} {{#if user.verified}} {{/if}} {{#if user.protected}}{{/if}} @{{user.screen_name}} {{#if quoted_status_id_str}}{{#with (lookup ../../tweets quoted_status_id_str)}}
{{{user.name_html}}} @{{user.screen_name}} {{#if quoted_status_id_str}}{{#with (lookup ../../../tweets quoted_status_id_str)}} {{/with}}{{/if}}
{{{html}}}
{{/with}}{{/if}}
{{{html}}}
{{#any extended_entities.media entities.media}} {{/any}} {{else}}Missing tweet for {{this}}{{/with}}
{{/each}}