{% extends "components/node/root.jinja" %} {%- set sdoc_entity = document -%} {% block sdoc_entity %} {# TODO #}

{{ document.title }}

{# TODO: META: same code at /templates/screens/document/table/main.jinja #} {%- if document.config.has_meta() -%} {%- if document.config.uid -%} UID: {%- with field_content = document.config.uid %} {%- include "components/field/index.jinja" -%} {%- endwith -%} {%- endif -%} {%- if document.config.version -%} VERSION: {%- with field_content = document.config.version %} {%- include "components/field/index.jinja" -%} {%- endwith -%} {%- endif -%} {%- if document.config.classification -%} CLASSIFICATION: {%- with field_content = document.config.classification %} {%- include "components/field/index.jinja" -%} {%- endwith -%} {%- endif -%} {%- endif -%} {% include "components/abstract/index.jinja" %} {% endblock sdoc_entity %}