{% import '@OroUI/macros.html.twig' as UI %}
{% if is_granted('oro_attachment_view') %}
{% import '@OroUI/macros.html.twig' as UI %}
{% set widgetContent %}
{{ oro_widget_render({
'widgetType': 'block',
'url': path('oro_attachment_widget_attachments', {
entityClass: oro_class_name(entity, true),
entityId: entity.id
}),
'title': 'oro.attachment.entity_plural_label'|trans,
'cssClass': 'list-widget',
}) }}
{% endset %}
{{ UI.scrollSubblock(null, [widgetContent]) }}
{% endif %}