{% extends '@DcSite/Jaguar/base.html.twig' %}
{% block title %}
<title>{{ 'seo.reglament_to_model.title'|trans({'%dealer%': dealer.name, '%brand%': dealer.brand.name, '%model%': modelTitle}, 'dc_base') }}</title>
{% endblock title %}
{% block seo %}
<meta name="description" content="{{ 'seo.regulation_to_model.description'|trans({'%model%': modelTitle}, 'dc_jaguar') }}" />
<meta name="keywords" content="{{ 'seo.ordet_to.keywords'|trans({}, 'dc_jaguar') }}" />
{% endblock seo %}
{% block ogtagDynamic %}
<meta property="og:title" content="{{ 'seo.reglament_to_model.title'|trans({'%dealer%': dealer.name, '%brand%': dealer.brand.name, '%model%': modelTitle}, 'dc_base') }}"/>
<meta property="og:description" content="{{ 'seo.regulation_to_model.description'|trans({'%model%': modelTitle}, 'dc_jaguar') }}"/>
{% endblock ogtagDynamic %}
{% block css %}
<link rel="stylesheet" href="{{ asset('bundles/dcsite/css/modules/service.css') }}">
<link rel="stylesheet" href="{{ asset('bundles/dcsite/css/jaguar/order-to.css') }}">
<link rel="stylesheet" href="{{ asset('bundles/dcsite/css/jaguar/service.css') }}">
<link rel="stylesheet" href="{{ asset('bundles/dcsite/css/jaguar/modules/service-widget.css') }}">
<link rel="stylesheet" href="{{ asset('bundles/dcsite/css/modules/base-style/form-control.css') }}">
<link rel="stylesheet" href="{{ asset('/bundles/core/css/modules/slick/slick.css') }}">
<link rel='stylesheet' type='text/css' href='{{ asset('/bundles/insurance/css/jquery.mCustomScrollbar.css') }}' />
{#<link rel="stylesheet" href="{{ asset('bundles/dcsite/css/modules/calculation-valuation.css') }}">#}
<style>
.orderto__modules-btn {
border: 1px solid #3C3C3B;
background: #3C3C3B;
}
.orderto__modules-btn:hover{
border: 1px solid #3C3C3B;
color: #3C3C3B;
}
.orderto__questions-block-contacts a{
color: #3C3C3B;
}
.orderto__questions-block-contacts a:hover{
color: #3C3C3B;
}
label#servicePrivacy a{
color: #3C3C3B;
}
.section_bg{
background: #F0F0F0;
}
</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('jaguar_homepage') }}">
<span class="breadcrumbs__link" itemprop="name">JAGUAR</span></a>
<meta itemprop="position" content="1"/>
</li>
<div class="arrow-bc"> › </div>
<li itemprop="item" class="marker__none" itemprop="itemListElement" itemscope
itemtype="https://schema.org/ListItem">
<a itemprop="item" href="{{ path('jaguar_service_order_to') }}">
<span style="color: #ABABAB;" class="breadcrumbs__link" itemprop="name">{{ 'main.service'|trans({}, 'dc_jaguar') }}</span></a>
<meta itemprop="position" content="2"/>
</li>
<div class="arrow-bc"> › </div>
<li itemprop="item" class="marker__none" itemprop="itemListElement" itemscope
itemtype="https://schema.org/ListItem">
<a itemprop="item" href="{{ path('jaguar_service_regulations_to') }}">
<span style="color: #ABABAB;" class="breadcrumbs__link" itemprop="name">{{ 'modules.online-booking.regulation'|trans({}, 'dc_base') }}</span></a>
<meta itemprop="position" content="3"/>
</li>
<div class="arrow-bc"> › </div>
<li itemprop="item" class="marker__none" itemprop="itemListElement" itemscope
itemtype="https://schema.org/ListItem">
<span style="color: #ABABAB;" class="breadcrumbs__link" itemprop="name">{{ modelTitle }}</span>
<meta itemprop="position" content="4"/>
</li>
</ol>
</div>
</section>
{% include '@DcSite/Modules/reglament-to/index.html.twig' with {servicePath : 'jaguar_service_order_to'} %}
{% endblock %}
{% block pageJS %}
<script>
app.onCustomEvent('appInit', function () {
app.loadJs('{{ asset('bundles/dcsite/js/regulations.js') }}',function () {
initRegulations({
initUrl : '{{ path('base_regulation_init') }}',
variationUrl : '{{ path('base_regulation_variations') }}',
regulationsUrl : '{{ path('base_regulations') }}',
locale: '{{ app.request.locale }}',
model: '{% if model %}{{ model }}{% else %}{% endif %}'
});
});
});
</script>
{% endblock pageJS %}