/ {{#if db}} {{#if collection}} {{db}} {{#if document}} /{{collection}} {{else}} /{{collection}} {{/if}} {{else}} {{db}} {{/if}} {{/if}}
{{#if document}}Filter: Apply Filter
Showing {{data.start}} - {{data.end}} from {{data.total}} documents
{{#ifCond data.pages ">" 1}} First Prev {{#ifCond start ">" 1}} ... {{/ifCond}} {{#for start end 1}} {{#ifCond this "==" ../data.curPage}} {{this}} {{else}} {{this}} {{/ifCond}} {{/for}} {{#ifCond end "<" data.pages}} ... {{/ifCond}} Next Last {{/ifCond}} Show results:
_id: {{value._id}} (View) |
---|
{{prettyJSON value}} |
{{#ifCond data.pages ">" 1}} First Prev {{#ifCond start ">" 1}} ... {{/ifCond}} {{#for start end 1}} {{#ifCond this "==" ../data.curPage}} {{this}} {{else}} {{this}} {{/ifCond}} {{/for}} {{#ifCond end "<" data.pages}} ... {{/ifCond}} Next Last {{/ifCond}} Show results:
Showing {{data.start}} - {{data.end}} from {{data.total}} documents
{{else}} {{#if db}} {{#eachOfArray dbs}} {{#ifCond value.name "==" ../db}}{{value}} |
---|
{{value.name}} |
---|