{% extends 'EnterpriseProfileBundle::layout.html.twig' %}
{% block body -%}
{{parent()}}
{{ render(controller('EnterpriseProfileBundle:ProfileWindow:show')) }}
Sites
{{ render(controller('EnterpriseProfileBundle:Site:new')) }} |
{{ render(controller('EnterpriseProfileBundle:Site:list')) }}
Departments
{{ render(controller('EnterpriseProfileBundle:Department:new')) }} |
{{ render(controller('EnterpriseProfileBundle:Department:list')) }}
Business Areas
{{ render(controller('EnterpriseProfileBundle:BusinessArea:new')) }} |
{{ render(controller('EnterpriseProfileBundle:BusinessArea:list')) }}
{% endblock %}