templates/blocks/teams-display.html.twig line 1

Open in your IDE?
  1. <div class="br8 mt-40px mb-40px pxaic">
  2.     {{ render(controller(
  3.                 'App\\Controller\\Website\\ContactController::getContactByEntreprise', {}, { 'id': content.main_content[0].account.id }
  4.             )) }}
  5. </div>