{% if resource_granted('orocrm_case_view') %} {% import 'OroDataGridBundle::macros.html.twig' as dataGrid %}
{{ "orocrm.case.caseentity.entity_plural_label"|trans }}
{{ dataGrid.renderGrid('contact-cases-grid', {id: entity.id}) }}
{% endif %}