{% extends 'base.html.twig' %} {% set title = 'app.title.vehicle_file'|trans %} {% block stylesheets %} {% endblock %} {% block body %}

{{ title }}

{# Informations #}
{% include 'vehicle/widget_info.html.twig' %}
{# Photos #}
{% include 'vehicle/widget_photos.html.twig' %}
{# Etiquette #}
{% include 'vehicle/widget_elabel.html.twig' %}
{% endblock %} {% block javascripts %} {# Gestion de l'affichage des options #} {% endblock %}