{%- with field_type="singleline", field_name="TITLE", field_input_name="document[TITLE]", field_value=form_object.document_title, errors=form_object.get_errors("TITLE") -%} {% include "components/form/field/text/index.jinja" %} {%- endwith -%} {%- with field_type="singleline", field_name="UID", field_input_name="document[UID]", field_value=form_object.document_uid, errors=form_object.get_errors("UID") -%} {% include "components/form/field/text/index.jinja" %} {%- endwith -%} {%- with field_type="singleline", field_name="VERSION", field_input_name="document[VERSION]", field_value=form_object.document_version, errors=form_object.get_errors("VERSION") -%} {% include "components/form/field/text/index.jinja" %} {%- endwith -%} {%- with field_type="singleline", field_name="CLASSIFICATION", field_input_name="document[CLASSIFICATION]", field_value=form_object.document_classification, errors=form_object.get_errors("CLASSIFICATION") -%} {% include "components/form/field/text/index.jinja" %} {%- endwith -%} {% include "components/button/submit.jinja" %} {%- with cancel_href="/actions/document/cancel_edit_config?document_mid="~form_object.document_mid -%} {% include "components/button/cancel.jinja" %} {%- endwith -%}