{%- if field_name == "TITLE" -%}
{%- with field_content = display_value %}
{%- include "screens/document/table/field_display_mode/document_title.jinja" -%}
{%- endwith -%}
{%- elif display_value -%}
{%- with field_content = display_value %}
{%- include "screens/document/table/field_display_mode/document_config_field_value.jinja" -%}
{%- endwith -%}
{%- endif -%}
{# If TITLE changed, update the page header too. #}
{%- if field_name == "TITLE" -%}
{% include "screens/document/_shared/frame_header_document_title.jinja" %}
{%- endif -%}