{% extends 'aircraft/base.html.twig' %} {% block title %} {{ parent() }} - Constructeurs{% endblock %} {% set aircraft_section_title = 'Gestion des constructeurs des appareils' %} {% block aircraftContent %} {% if manufacturersChart is defined and manufacturersChart.data.arrayToDataTable %}

Répartition des appareils en fonction des constructeurs

{% endif %} {# Graph section #}

Liste des constructeurs

{% if is_granted('create', 'aircraft') %} Ajouter un constructeur {% endif %}

Nombre de constructeur: {{ manufacturers.getTotalItemCount }}

{{ knp_pagination_render(manufacturers) }}
{% if is_granted('edit', 'aircraft') or is_granted('edit', 'aircraft') or is_granted('view', 'aircraft') %} {% endif %} {% for manufacturer in manufacturers %} {% if is_granted('edit', 'aircraft') or is_granted('edit', 'aircraft') or is_granted('view', 'aircraft') %} {% endif %} {% else %} {% endfor %}
{{ knp_pagination_sortable(manufacturers, 'Id', 'aircraft_manu.id') }} {{ knp_pagination_sortable(manufacturers, 'Nom', 'aircraft_manu.name') }} Nombre d'appareilsActions
{{ manufacturer.id }} {{ manufacturer.name }} {{ manufacturer.aircrafts|length }} {% if is_granted('view', 'aircraft') %} {% endif %} {% if is_granted('edit', 'aircraft') %} {% endif %} {% if is_granted('delete', 'aircraft') %} {% include "aircraft/manufacturer_aircraft/_delete_form.html.twig" %} {% endif %}
Aucun constructeur trouvé
{# List section #} {% endblock %} {% block javascripts %} {% if manufacturersChart is defined and manufacturersChart.data.arrayToDataTable %} {% endif %} {% endblock %} {# Used for display graph #}