Database Name
{{ db_name }}
Database Size
{{ db_size }}
Number of Documents
{{ docs_count }}
{% for update in updates %} {% match update %} {% when UpdateStatus::Pending with { update_id , meta } %}
text
Pending {{ update_id }}
{% when UpdateStatus::Processed with { update_id , meta } %}
text
Processed {{ update_id }}
{% else %} {% endmatch %} {% endfor %}