{% extends 'layout.html' %} {% block title %}{{ document._id|stringDocIDs|to_string }}{% endblock %} {% block styles %} {% if editorTheme != "default" %} {% endif %} {% endblock %} {% block breadcrumb %}
  • Database:
  • Collection:
  • Document {{ document._id|stringDocIDs }}
  • {% endblock %} {% block content %} {% if document._id._bsontype == 'Binary' %}
    {% else %} {% endif %} {% if docLength > 10 %}
    {% if !settings.read_only %} {% else %} {% endif %}

    {% endif %}
    {% if !settings.read_only %} {% else %} {% endif %}
    {% if !settings.read_only && !settings.no_delete %}
    {% if document._id._bsontype == 'Binary' %}
    {% else %} {% endif %}
    {% endif %} {% endblock %} {% block scripts %} {% endblock %}