-{% load i18n %}
-<div id="simple-editor" class="editor" style="display: none">
- <div id="html-view" class="htmlview">
- </div>
-
- <div class="toolbar">
- {% if not document_info.readonly %}
- <button id="insert-theme-button">
- {% trans "Insert theme" %}
- </button>
- <button id="insert-annotation-button">
- {% trans "Insert annotation" %}
- </button>
- <button id="insert-symbol-button">
- {% trans "Insert special character" %}
- </button>
- {% endif %}
- <div class="toolbar-end">
- </div>
- </div>
-</div>