{% include 'admin/crm/action/context/_' ~ action.type ~ '.html.twig'
with {
'action': action,
'type_company': type_company
} only
%}
{% if action.attachments|length %}
Załączniki
{% include "admin/crm/action/_attachments.html.twig" with {
'attachments': action.attachments
} %}