{# fullscreen #}
{% if imageFullscreen is not empty %}
{% endif %}
{# filter #}
{% if hasFilter %}
{% endif %}
{# image #}
|
{{ 'OEM'|trans }} |
{{ 'Name'|trans }} |
|
{% include "common/parts.twig" with {'parts': partsByUnit.partSections[0].parts, 'parameters': parameters, 'matched': true} %}
{{ 'Other unit parts'|trans }}
|
{% include "common/parts.twig" with {'parts': partsByUnit.partSections[0].parts, 'parameters': parameters, 'matched': null} %}
|