{{#each ids}}
{{#with (lookup ../tweets this)}} {{{user.name_html}}} {{#if user.verified}} {{/if}} {{#if user.protected}}{{/if}} @{{user.screen_name}}
{{{html}}}
{{#if quoted_status}} {{{quoted_status.user.name_html}}} @{{quoted_status.user.screen_name}}
{{{quoted_status.html}}}
{{/if}} {{#any extended_entities.media entities.media}}
{{#each this}}
{{#is type 'photo'}}{{/is}} {{#is type 'video'}} {{/is}} {{#is type animated_gif}} {{/is}}
{{/each}}
{{/any}} {{else}}Missing tweet for {{this}}{{/with}}
{{/each}}