{{#if (and (eq category.id "snapshots") category.entries.length)}}
{{/if}} {{#each category.entries as |entry|}}
{{#unless entry.snapshotId}} {{#if entry.packageExists}} {{/if}} {{/unless}}
{{~#if entry.hint}}

{{entry.hint}}

{{/if~}}
{{#each entry.tags as |tag|}} {{~#if tag.icon}} {{/if~}} {{tag.label}} {{/each}}
{{/each}}