<!DOCTYPE html><html lang="{{ app.request.locale }}"><head><title></title>{% include 'includes/common/head.html.twig' %}<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"><link rel="stylesheet" href="{{ asset('css/' ~ network_id ~ '/widget-layout.css') }}"></head><body id="widget-content"><div class="container"><header class="header"><div class="row row-with-vspace"><div class="col-md-6 site-title"><h1>{{ 'demo.widget.title' | trans }}</h1><div class="site-description"><small>{{ 'demo.widget.description' | trans }}</small></div></div></div></header><div class="content"><div class="content-c1"><aside class="widget sidebar-left"><h2>{{ 'demo.widget.menu' | trans }}</h2>{% set currentPath = app.request.requestUri %}<ul class="nav nav-pills">{% set path = path('widget.page.index', {'product':'place-journey'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_embedded' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_embedded' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'place-journey-map'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_map_embedded' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_map_embedded' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'schedule'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.schedule_embedded' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.schedule_embedded' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'schedule-map'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.schedule_map_embedded' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.schedule_map_embedded' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'place', 'redirection': 'true', 'internal': 'true', 'target': app.request.locale ~ '/widget' }) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_redirection_internal_home' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_redirection_internal_home' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'place-journey', 'redirection': 'false', 'internal': 'true'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_redirection_internal_target' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_redirection_internal_target' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'place', 'redirection': 'true', 'internal': 'true', 'partner': 'true', 'target': app.request.locale ~ '/widget' }) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_redirection_partner_home' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_redirection_partner_home' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'place-journey-map', 'redirection': 'false', 'internal': 'true'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_redirection_partner_target' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_redirection_partner_target' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'place', 'redirection': 'true', 'internal': 'false'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_redirection_external' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_redirection_external' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'schedule', 'redirection': 'true', 'internal': 'true', 'target': app.request.locale ~ '/widget'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.schedule_redirection_internal_home' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.schedule_redirection_internal_home' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'schedule', 'redirection': 'false', 'internal': 'true'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.schedule_redirection_internal_target' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.schedule_redirection_internal_target' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'schedule', 'redirection': 'true', 'internal': 'true', 'partner': 'true', 'target': app.request.locale ~ '/widget'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.schedule_redirection_internal_home' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.schedule_redirection_internal_home' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'schedule-map', 'redirection': 'false', 'internal': 'true'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.schedule_redirection_partner_target' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.schedule_redirection_partner_target' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'schedule', 'redirection': 'true'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.schedule_redirection_external' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.schedule_redirection_external' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'traffic'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.traffic_redirection_embedded' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.traffic_redirection_embedded' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'traffic', 'fullList': 'true'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.traffic_redirection_embedded_full' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.traffic_redirection_embedded_full' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'full'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.full' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.full' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'full', 'except': 'traffic'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.full_except_traffic' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.full_except_traffic' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'full', 'except': 'traffic', 'redirection': 'true', 'internal': 'false', 'target': app.request.locale ~ '/widget'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.full_except_traffic_redirection_external' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.full_except_traffic_redirection_external' | trans }}</a></li>{% set path = path('widgetmultiredirection') %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.full_split_redirection' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.full_split_redirection' | trans }}</a></li>{% set path = path('widget.test.booking.securebikepark') %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.booking_securebikepark' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.booking_securebikepark' | trans }}</a></li>{% set path = path('widget.page.index', {'product':'journey-booking'}) %}<li>{% set class = '' %}{% if path == currentPath %}{% set class = 'active' %}{% set title = 'widget.products.journey_booking' | trans %}{% endif %}<a class="nav-link {{ class }}" href="{{ path }}">{{ 'widget.products.journey_booking' | trans }}</a></li></ul></aside><main class="main" role="main" tabindex="-1"><header><h1>{% if title is defined %}{{ title }}{% endif %}</h1></header>{% block scripts %}{% endblock %}{% block content %}{% endblock %}</main></div></div></div></body></html>