{% extends '@DcSite/LandRover/base.html.twig' %}
{% block title %}
<title>{{ 'seo.terms.title'|trans({}, 'dc_landrover') }}</title>
{% endblock %}
{% block seo %}
<meta name="description" content="{{ 'seo.terms.desc'|trans({}, 'dc_landrover') }}" />
<meta name="keywords" content="{{ 'seo.terms.keywords'|trans({}, 'dc_landrover') }}" />
{% endblock seo %}
{% block ogtagDynamic %}
<meta property="og:title" content="{{ 'conditions_of_sales.terms_replacement_car'|trans({}, 'dc_base') }}"/>
{% endblock ogtagDynamic %}
{% block css %}
<style>
.terms_of_car-item-name:hover span {
color: #0C121C!important;
}
</style>
{% endblock %}
{% block content %}
<section class="breadcrumbs__new">
<div class="container">
<ol class="global_breadcrumbs__new" itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="marker__none" itemprop="itemListElement" itemscope
itemtype="https://schema.org/ListItem">
<a itemprop="item" href="{{ path('landrover_homepage') }}">
<span class="breadcrumbs__link" itemprop="name">Land Rover</span></a>
<meta itemprop="position" content="1"/>
</li>
<div class="arrow-bcs"> ❯ </div>
<li itemprop="item" class="marker__none" itemprop="itemListElement" itemscope
itemtype="https://schema.org/ListItem">
<span style="color: #ABABAB;" class="breadcrumbs__link" itemprop="name">{{ 'conditions_of_sales.terms_replacement_car'|trans({}, 'dc_base') }}</span>
<meta itemprop="position" content="2"/>
</li>
</ol>
</div>
</section>
{% include '@DcSiteBundle/Modules/terms/terms-providing-replacement-car.html.twig' with {'files': files} %}
{% endblock %}