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

Departments

{{ render(controller('EnterpriseProfileBundle:Department:new')) }}
{% for depar in departments %} {% set a = depar.contactinfo|length+2 %} {% for i in depar.contactinfo %} {% endfor %} {% endfor %}
Department name User Telephone Email Address

{{depar.name|title}}

{{i.user}} {{i.telephone}} {{i.email}} {% if i.address == NULL %}{% else %} {{i.address.streetNumber}} {{i.address.streetName}}
{{i.address.postaArea}}
{{i.address.cityTown}} {{i.address.governingDistrict}}
{{i.address.country}} {% endif %}
{% endblock %}