{% extends 'base.html.twig' %} {% block title %} {{ 'Brand list'|trans }} {% endblock %} {% block body %}
{% if vehicle is defined %}
{{ vehicle.brand }} {{ vehicle.model }}
{% endif %}
{{ 'Search by groups'|trans }}
{{ 'Search by pictures'|trans }}
{{ wo_render_breadcrumbs() }} |
Print
{{ 'Loading'|trans}} ...
{{ 'Loading'|trans}} ...
{# Filter modal #}
{{ 'Loading'|trans}} ...
{% include "common/items.js.module.twig" with { 'itemsPath': path('app_catalog_group_part_list') } %} {% endblock %} {% block javascripts %} {{ parent() }} {% include "common/items.js.twig" with { 'itemsPath': path('app_catalog_group_part_list') } %} {% endblock %} {% block stylesheets %} {{ parent() }}
{% endblock %}