{{#if isCollectionSet}}
{{> singleCollection}}
{{else}}
Collections for current application
{{> db}}
{{/if}}
{{#with db}}
{{#each collections}}
{{> collection}}
{{/each}}
{{/with}}
{{name}} - {{getCollectionCount collection}} docs.
Single collection - {{collectionName}}
{{{renderCollection collection}}}