{% extends 'aircraft/base.html.twig' %}
{% set aircraftMenuSection = 'type' %}
{% block title %}{{ parent() }} - {{ type_aircraft.name }}{% endblock %}
{% block aircraftContent %}
Liste des avions du type {{ type_aircraft.name }}
Id | Immatriculation | Ato | Modèle | Motorisation | Date d'enregistrement | Catégorie | Class | Type |
---|---|---|---|---|---|---|---|---|
{{aircraft.id}} | {{aircraft.registration}} | {{aircraft.ato}} | {{aircraft.model.name}} | {{aircraft.engineType.name}} | {{aircraft.createdAt|date("d/m/Y H:i:s")}} | {{aircraft.category.name}} | {{aircraft.class.name}} | {{aircraft.type.name}} |