{% 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 docLength > 10 %}
    {% if !settings.read_only %} {% else %} {% endif %}

    {% endif %}
    {% if !settings.read_only %} {% else %} {% endif %}
    {% if !settings.read_only %}
    {% endif %} {% endblock %} {% block scripts %} {% endblock %}