templates/bundles/SyliusAdminBundle/Doctor/Grid/Field/attachedClinicalManager.html.twig line 1

Open in your IDE?
  1. {% if data is not null %}
  2.     <strong>{{ data.customer.fullName }}</strong>
  3.     <p>{{ data.customer.email }}</p>
  4. {% endif %}