{{#ifEq stateText 'offline'}}
{{/ifEq}} {{#ifEq stateText 'online' 'disabled' }}
{{#if size}}
{{size}}
{{/if}} {{#if docs}}
{{docs}} documents
{{/if}} {{#if indexes}}
{{indexes}} indexes
{{/if}} {{#if errors}}
{{errors}} errors
{{/if}} {{#if alerts}}
{{alerts}} alerts
{{/if}} {{#if backedUp }}
{{backedUp}}
{{/if}} {{#if upFor}}
Up for {{ upFor }}
{{/if}} {{#if indexingDisabled}}
Indexing disabled
{{/if}} {{#if clientRejectionMode}}
Clients rejection mode
{{/if}}
{{/ifEq}}