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

Enterpise profile

Name {{enterprise.name}} Url {{enterprise.url}}
In Neo Since {{enterprise.inNeoSince|date("m/d/Y")}} Active {% if enterprise.active == '1' %}yes{% else %}no{% endif %}
Taxonomy {#{% if enterprise.taxonomy == NULL %}---{% else %} {% for t in tax %} {% endfor %} {% endif %}#}
{{ t.taxonomy.subsector }}
Fiscal Information {% if enterprise.fiscalinfo == NULL %}---{% else %} {% for f in enterprise.fiscalinfo %} {% endfor %} {% endif %}
Fiscal name: {{ f.fiscalname }}
NIF: {{ f.NIF }}
Fiscal address: {% set ad = f.address %} {{ad.streetNumber}} {{ad.streetName}}
{{ad.postaArea}}
{{ad.cityTown}} {{ad.governingDistrict}}
{{ad.country}}
{% endblock %}