<div id="attached_doctors"> <h4 class="ui top attached large header">{{ 'sylius.form.customer.billing_address'|trans }}</h4> <div class="ui attached segment"> {% if customer.billingAddress is not null %} {% include '@SyliusAdmin/Common/_address.html.twig' with {'address': customer.billingAddress } %} {% endif %} </div></div>