{% if is_granted('edit', 'aircraft') or is_granted('edit', 'aircraft') or is_granted('view', 'aircraft') %}
actions
{% endif %}
{% for engine_type_aircraft in engine_type_aircrafts %}
{{ engine_type_aircraft.id }}
{{ engine_type_aircraft.name }}
{{ engine_type_aircraft.aircrafts|length }}
{% if is_granted('edit', 'aircraft') or is_granted('edit', 'aircraft') or is_granted('view', 'aircraft') %}
{% if is_granted('view', 'aircraft') %}
{% endif %}
{% if is_granted('edit', 'aircraft') %}
{% endif %}
{% if is_granted('delete', 'aircraft') %}
{% include "aircraft/engine_type_aircraft/_delete_form.html.twig" %}
{% endif %}
{% endif %}
{% endfor %}
{# List section #}
{% endblock %}
{% block javascripts %}
{% if engine_type_aircrafts_chart is defined and engine_type_aircrafts_chart.data.arrayToDataTable %}
{% endif %}
{% endblock %} {# Used for display graph #}