{% import '@OroUI/macros.html.twig' as UI %} {% import '@OroEntityConfig/macros.html.twig' as entityConfig %}
{% if is_granted('VIEW', account, 'name') %}
{{ UI.renderProperty('oro.account.name.label'|trans, account.name) }} {{ entityConfig.renderDynamicFields(account) }}
{% endif %}