{% extends '@SonataAdmin/CRUD/base_show_field.html.twig' %} {% block field %} {% if value %} {% set jsonReports = value|json_decode %} {% if jsonReports is iterable and jsonReports|length > 0 %}
| {{ key|title }} |
{% if value is iterable %}
|
{{ report|json_encode(constant('JSON_PRETTY_PRINT')) }}
{% endif %}