{% extends 'admin/base.html.twig' %} {% block title %}adminVolumes{% endblock %} {% block body %}

Info Entreprise

{% for act in activities %} {% endfor %} {% set j = 0 %} {% for company in companies %} {% set i = 0 %} {% set intervZones = company.getInterventionZone() %} {% if intervZones|length > 1 %} {% for intervZone in intervZones %} {% if i == 0 %} {% else %} {% endif %} {% set entry = 0 %} {% for act in activities %} {% endfor %} {% set i = i + 1 %} {% endfor %} {% else %} {% for intervZone in intervZones %} {% endfor %} {% endif %} {% set j = j + 1 %} {% endfor %}
{{ knp_pagination_sortable(companies, 'Id', 'id', {}, {'direction': companies.isSorted('id') and 'asc' == companies.direction ? 'desc' : 'asc' }) }} {{ knp_pagination_sortable(companies, 'Nom de l\'entreprise', 'name', {}, {'direction': companies.isSorted('name') and 'asc' == companies.direction ? 'desc' : 'asc' }) }} Zone{{ act.name}}
{{ company.getId() }} {{ company.getname() }} {{ intervZone.postcode }} {% for item in company.getActivity() %} {% if item.name == act.name %} {% set entry = 1 %} {% endif %} {% endfor %} {% if entry == 1 %} {% set entry = 0 %} 1 {% else %} 0 {% endif %}
{{ company.getId() }} {{ company.getname() }} {{ intervZone.postcode }}
{% endblock %} {% block javascript %} {% endblock %}