{% extends 'EnterpriseProfileBundle::layout.html.twig' %} {% block body -%}
{{ render(controller('EnterpriseProfileBundle:ProfileWindow:show')) }}

Sites

{{ render(controller('EnterpriseProfileBundle:Site:list')) }}
{{ render(controller('EnterpriseProfileBundle:Site:new')) }}

Departments

{{ render(controller('EnterpriseProfileBundle:Department:list')) }}
{{ render(controller('EnterpriseProfileBundle:Department:new')) }}

Business Areas

{{ render(controller('EnterpriseProfileBundle:BusinessArea:list')) }}
{{ render(controller('EnterpriseProfileBundle:BusinessArea:new')) }}
{% endblock %}