{% import 'AppBundle:Admin:Common\\Macro\\macro_image.html.twig' as macro_image %} {% block sonata_media_type_row %} {% set label_class = "" %} {% set div_class = "" %} {% if sonata_admin.admin and sonata_admin.admin.getConfigurationPool().getOption('form_type') == 'horizontal' %} {% set label_class = "control-label col-sm-3" %} {# Remove col-md-* in order to center the media #} {% set div_class = "" %} {% else %} {% set label_class = "control-label" %} {% endif %} {% if sonata_admin is not defined or not sonata_admin_enabled or not sonata_admin.field_description %}