{% extends "components/modal/form.jinja" %} {% set form = "sdoc_modal_form" %} {% block modal_form__header %} Edit document grammar {% endblock %} {% block modal_form__content %}
StrictDoc conventions:
The requirements fields above the reserved "TITLE" field are dedicated to meta information and will be rendered as single-line. The fields below the reserved "STATEMENT" field are multiline and should be used for fields with more descriptive text.
{%- for field in form_object.fields -%} {%- include "screens/document/document/frame_document_grammar_edit_custom_field.jinja.html" -%} {%- endfor -%} {% include "_res/svg_ico16_add.jinja.html" %} Add grammar field
{% endblock %}