{% extends bap.layout %} {% import '@OroSync/Include/contentTags.html.twig' as syncMacro %} {% import '@OroUI/macros.html.twig' as UI %} {% block before_content_addition %} {% placeholder view_before_content_addition with {entity: entity} %} {% endblock before_content_addition %} {% block ownerLink %} {% import '@OroUI/macros.html.twig' as UI %} {% if entity is not null %} {% set ownerLink -%} {{ UI.entityOwnerLink(entity) }}{% placeholder additional_owner_info with {entity: entity} %} {%- endset %} {% if ownerLink|trim is not empty %}