Collection {{dbname}}/{{collname}}
Shutdown Server
{% for doc in rc.client.all_documents(collname) %} {% set docdump = json.dumps(conv(doc), sort_keys=True, indent=1) %}
{{doc._id}} {% if status and status_id == str(doc._id) %} [{{status}}] {% endif %}
{% endfor %}
Add New Entry
Shutdown Server