{#
The complete custom metadata form was submitted. Remove the active row's
errors and update only its active name or value target after a successful
save.
#}
{%- if active_field_name == "name" -%}
{%- include "screens/document/table/field_display_mode/document_custom_meta_field_name.jinja" -%}
{%- else -%}
{%- include "screens/document/table/field_display_mode/document_custom_meta_field_value.jinja" -%}
{%- endif -%}