{{ cdata.getDetail() }}
|
{% set id = cdata.getId() %}
{% set type = cdata.getType().getName() %}
{{ include('AlsuiteProjectBundle:CoreData:del.html.twig',
{'id': id, 'action': 'Delete', 'object': 'Core Data',
'route': path('cdata_del', {'id': id})}, with_context = false)
}}
|
{% else %}