<core:FragmentDefinition
	xmlns="sap.m"
	xmlns:core="sap.ui.core"
	xmlns:uxap="sap.uxap"
	xmlns:unittest="http://schemas.sap.com/sapui5/preprocessorextension/sap.fe.unittesting/1"
	xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
	template:require="{
		OP: 'sap/fe/templates/ObjectPage/ObjectPageTemplating',
		DATAFIELDHELPER : 'sap/fe/core/converters/helpers/DataFieldHelper'
	}"
>
	<FlexBox>
		<template:if test="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/Description}">
			<template:if test="{= !DATAFIELDHELPER.isHeaderStaticallyHidden(${headerInfo>Description@@UI.getDataModelObjectPath})}">
				<Label
					text="{= OP.getExpressionForDescription(${fullContextPath>@@UI.getDataModelObjectPath}, ${headerInfo>@@UI.getConverterContext})}"
					wrapping="true"
				/>
			</template:if>
		</template:if>
	</FlexBox>
</core:FragmentDefinition>
