<mvc:View
    controllerName="<%- app.id %>.controller.DetailObjectNotFound"
    xmlns="sap.m"
    xmlns:mvc="sap.ui.core.mvc">

    <MessagePage
        id="page"
        title="{i18n>detailTitle}"
        text="{i18n>noObjectFoundText}"
        icon="sap-icon://product"
        description="">
    </MessagePage>

</mvc:View>