{{#> main}}
{{> navbar }}
{{#each info}}

{{{this}}}

{{/each}}

Uploads

{{#each uploads}} {{/each}}
Upload ID User Segments Stream Date Notes Status
{{this.id}} {{{identicon this.userId 24}}} {{#each this.segmentKeys}}{{this.name}}{{#unless @last}}, {{/unless}}{{/each}} {{formatDate this.streamDate}} {{notes}} {{status}}
{{>footer}}
{{/main}}