{# templates/fieldtypes/show_json.html.twig #}{%extends'@SonataAdmin/CRUD/base_show_field.html.twig'%}{%blockfield%}{%setvalarray=value|json_decode%}<p><em>( La ligne 1 est ignorée, elle contient le nom des colonnes )</em></p>{%forkey,valinvalarray%}<p><strong>Ligne {{key}}</strong></p><ul>{%forkey2,val2inval%}<li>Colonne "{{key2}}" <ul><li>{{val2}}</li></ul></li>{%endfor%}</ul>{%endfor%}{%endblock%}